[libhtml-scrubber-perl] 25/30: Updated Changes, Readme

Florian Schlichting fsfs at moszumanska.debian.org
Sat Nov 11 13:46:20 UTC 2017


This is an automated email from the git hooks/post-receive script.

fsfs pushed a commit to annotated tag release/0.16
in repository libhtml-scrubber-perl.

commit f0a2f8b8b086a27741b6a8dc7daf61f1c25a2637
Author: Nigel Metheringham <nigelm at cpan.org>
Date:   Sun Jun 25 17:11:39 2017 +0100

    Updated Changes, Readme
    
    Tweaked paths in .tidyallrc to stop README.pod being reformatted again…
---
 .tidyallrc |  8 ++++----
 Changes    |  5 +++++
 README.pod | 17 ++++++++---------
 3 files changed, 17 insertions(+), 13 deletions(-)

diff --git a/.tidyallrc b/.tidyallrc
index 1e0d8ed..04526aa 100644
--- a/.tidyallrc
+++ b/.tidyallrc
@@ -1,13 +1,13 @@
 [PerlTidy]
 argv =  --profile=$ROOT/.perltidyrc
-select = **/*.{pl,pm,t}
+select = */**/*.{pl,pm,t}
 
 [PodTidy]
-select = **/*.{pl,pm,pod}
+select = */**/*.{pl,pm,pod}
 
 [PerlCritic]
-select = **/*.{pl,pm}
+select = */**/*.{pl,pm}
 except_modes = editor
 
 [Perl::AlignMooseAttributes]
-select = **/*.{pl,pm,t}
+select = */**/*.{pl,pm,t}
diff --git a/Changes b/Changes
index 2970da6..1599cdf 100644
--- a/Changes
+++ b/Changes
@@ -5,6 +5,11 @@ Revision history for Perl extension HTML::Scrubber.
     - Extend list of Perls in Travis config   (github pr#10 paultcochrane)
     - Avoid pod-spell test failure from ABSTRACT text  (github pr#11 paultcochrane)
     - Minor documentation fixes   (github pr#12 paultcochrane)
+    - Purge trailing whitespace in Travis config    (github pr#13 paultcochrane)
+    - Fix perlcritic issues   (github pr#14 paultcochrane)
+    - Fix stale URLs   (github pr#15 paultcochrane)
+    - Remove invalid end tags for empty elements (RT120384)
+      (github pr#16 paultcochrane)
 
 0.15      2015-10-10 15:01:31+01:00 Europe/London
     - Minor spelling check avoidance tweaks
diff --git a/README.pod b/README.pod
index 3eefa54..d752697 100644
--- a/README.pod
+++ b/README.pod
@@ -352,14 +352,14 @@ L<https://metacpan.org/pod/distribution/Code-TidyAll/bin/tidyall>.
 
 =head2 Bugs / Feature Requests
 
-Please report any bugs or feature requests through the issue tracker at
-L<http://rt.cpan.org/Public/Dist/Display.html?Name=HTML-Scrubber>. You will be
-notified automatically of any progress on your issue.
+Please report any bugs or feature requests through the issue tracker
+at L<http://rt.cpan.org/Public/Dist/Display.html?Name=HTML-Scrubber>.
+You will be notified automatically of any progress on your issue.
 
 =head2 Source Code
 
-This is open source software.  The code repository is available for public
-review and contribution under the terms of the license.
+This is open source software.  The code repository is available for
+public review and contribution under the terms of the license.
 
 L<https://github.com/nigelm/html-scrubber>
 
@@ -385,10 +385,9 @@ D. H. <podmaster at cpan.org>
 
 =head1 COPYRIGHT AND LICENSE
 
-This software is copyright (c) 2017 by Ruslan Zakirov, Nigel Metheringham,
-2003-2004 D. H.
+This software is copyright (c) 2017 by Ruslan Zakirov, Nigel Metheringham, 2003-2004 D. H.
 
-This is free software; you can redistribute it and/or modify it under the same
-terms as the Perl 5 programming language system itself.
+This is free software; you can redistribute it and/or modify it under
+the same terms as the Perl 5 programming language system itself.
 
 =cut

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-perl/packages/libhtml-scrubber-perl.git



More information about the Pkg-perl-cvs-commits mailing list