[libhtml-scrubber-perl] 04/13: Tweaked module for newer dist packaging style

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


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

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

commit 3adb8ed4ece06620c79abca7695c484003830837
Author: Nigel Metheringham <nigelm at cpan.org>
Date:   Tue Feb 7 21:13:14 2012 +0000

    Tweaked module for newer dist packaging style
---
 lib/HTML/Scrubber.pm | 7 ++++---
 1 file changed, 4 insertions(+), 3 deletions(-)

diff --git a/lib/HTML/Scrubber.pm b/lib/HTML/Scrubber.pm
index 4e4d877..23ff39d 100644
--- a/lib/HTML/Scrubber.pm
+++ b/lib/HTML/Scrubber.pm
@@ -1,7 +1,5 @@
-## no critic
 package HTML::Scrubber;
 
-## use critic
 # ABSTRACT: Perl extension for scrubbing/sanitizing html
 
 =begin :prelude
@@ -63,6 +61,9 @@ use HTML::Parser();
 use HTML::Entities;
 our( @_scrub, @_scrub_fh );
 
+# VERSION
+# AUTHORITY
+
 # my my my my, these here to prevent foolishness like
 # http://perlmonks.org/index.pl?node_id=251127#Stealing+Lexicals
 (@_scrub    )= ( \&_scrub, "self, event, tagname, attr, attrseq, text");
@@ -394,7 +395,7 @@ sub _validate {
 =for comment _scrub_str
 
 I<default> handler, used by both _scrub and _scrub_fh
-Moved all the common code (ie all of it) into a single routine for
+Moved all the common code (basically all of it) into a single routine for
 ease of maintenance
 
 =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