[libhtml-scrubber-perl] 05/11: Move to Dist::Zilla managed versioning

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


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

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

commit 2975485c4c243f5acfbe1465fc80bcf1c643fd6d
Author: Nigel Metheringham <nigelm at cpan.org>
Date:   Fri Apr 1 15:11:33 2011 +0100

    Move to Dist::Zilla managed versioning
    
    perl critic manipulation is to prevent the injected version stanza causing a perl critic strictures warning.
---
 lib/HTML/Scrubber.pm | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/lib/HTML/Scrubber.pm b/lib/HTML/Scrubber.pm
index 6850fc0..4d289b9 100644
--- a/lib/HTML/Scrubber.pm
+++ b/lib/HTML/Scrubber.pm
@@ -1,5 +1,7 @@
+## no critic
 package HTML::Scrubber;
 
+## use critic
 # ABSTRACT: Perl extension for scrubbing/sanitizing html
 
 =head1 SYNOPSIS
@@ -59,9 +61,7 @@ use strict;
 use warnings;
 use HTML::Parser();
 use HTML::Entities;
-use vars qw[ $VERSION @_scrub @_scrub_fh ];
-
-$VERSION = '0.08';
+use vars qw[ @_scrub @_scrub_fh ];
 
 # my my my my, these here to prevent foolishness like
 # http://perlmonks.org/index.pl?node_id=251127#Stealing+Lexicals

-- 
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