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 03cf0d9f95f8262440f260d9f8dfe1e54eb81c99 Author: Sergey Romanov <[email protected]> Date: Mon Feb 6 21:43:02 2012 +0400 Removed obsolete "vars" pragma --- lib/HTML/Scrubber.pm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/HTML/Scrubber.pm b/lib/HTML/Scrubber.pm index 26abd4c..4e4d877 100644 --- a/lib/HTML/Scrubber.pm +++ b/lib/HTML/Scrubber.pm @@ -61,7 +61,7 @@ use strict; use warnings; use HTML::Parser(); use HTML::Entities; -use vars qw[ @_scrub @_scrub_fh ]; +our( @_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 _______________________________________________ Pkg-perl-cvs-commits mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-perl-cvs-commits
