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 ea74045c470e7cff1a95ac146790beb2925adf52 Author: Nigel Metheringham <[email protected]> Date: Fri Sep 27 15:03:29 2013 +0100 Update authors/contributors/copyright. Fix spelling. --- Changes | 2 +- dist.ini | 3 ++- lib/HTML/Scrubber.pm | 4 ++-- 3 files changed, 5 insertions(+), 4 deletions(-) diff --git a/Changes b/Changes index d612a2c..d08551f 100644 --- a/Changes +++ b/Changes @@ -4,7 +4,7 @@ Revision history for Perl extension HTML::Scrubber. - RT3008 Changed examples to be XSS free - RT19063, RT25477 fixed handling of self closing tags, for example '<hr />' - - * attrbute rule can be a regexp + - * attribute rule can be a regexp - callbacks in rules to check or adjust attributes with custom code (RT15747) diff --git a/dist.ini b/dist.ini index bd0be8e..c82ac45 100644 --- a/dist.ini +++ b/dist.ini @@ -1,8 +1,9 @@ name = HTML-Scrubber +author = Ruslan Zakirov <[email protected]> author = Nigel Metheringham <[email protected]> author = D. H. <[email protected]> license = Perl_5 -copyright_holder = Nigel Metheringham, 2003-2004 D. H. +copyright_holder = Ruslan Zakirov, Nigel Metheringham, 2003-2004 D. H. main_module = lib/HTML/Scrubber.pm [@NIGELM] diff --git a/lib/HTML/Scrubber.pm b/lib/HTML/Scrubber.pm index 2d67ca1..5dfcc97 100644 --- a/lib/HTML/Scrubber.pm +++ b/lib/HTML/Scrubber.pm @@ -4,7 +4,7 @@ package HTML::Scrubber; =begin :prelude -=for stopwords html +=for stopwords html cpan callback homepage =end :prelude @@ -36,7 +36,7 @@ package HTML::Scrubber; =head1 DESCRIPTION -If you wanna "scrub" or "sanitize" html input in a reliable and +If you want to "scrub" or "sanitize" html input in a reliable and flexible fashion, then this module is for you. I wasn't satisfied with HTML::Sanitizer because it is based on -- 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
