[libhtml-scrubber-perl] 11/11: v0.09

Florian Schlichting fsfs at moszumanska.debian.org
Sat Nov 11 13:46:04 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 671ec54ec318e12faa96b1e8052b805a3773b0c3
Author: Nigel Metheringham <nigelm at cpan.org>
Date:   Fri Apr 1 16:35:56 2011 +0100

    v0.09
    
        - Basic conversion to Dist::Zilla/git
        - Tidies to keep Perl::Critic happier
        - Removed use of naked filehandles
        - Reworked tests to not use predicable temp file name
        - Collapsed duplicate code to a single version
        - Various documentation tweaks
        - Change of maintainer as PODMASTER cannot be contacted
---
 Changes    |  2 ++
 README.pod | 10 ++++++++++
 2 files changed, 12 insertions(+)

diff --git a/Changes b/Changes
index b9853ff..399943c 100644
--- a/Changes
+++ b/Changes
@@ -1,6 +1,8 @@
 Revision history for Perl extension HTML::Scrubber.
 
 {{$NEXT}}
+
+0.09      2011-04-01 16:35:50 Europe/London
     - Basic conversion to Dist::Zilla/git
     - Tidies to keep Perl::Critic happier
     - Removed use of naked filehandles
diff --git a/README.pod b/README.pod
index 1c8719b..5276bcc 100644
--- a/README.pod
+++ b/README.pod
@@ -140,11 +140,21 @@ all style tags encountered will be validated like all other tags.
 Uses $self->{_rules} to do attribute validation.
 Takes tag, rule('_' || $tag), attrref.
 
+=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
+ease of maintenance
+
 =for comment _scrub_fh
+
 I<default> handler, does the scrubbing if we're scrubbing out to a file.
+Now calls _scrub_str and pushes that out to a file.
 
 =for comment _scrub
+
 I<default> handler, does the scrubbing if we're returning a giant string.
+Now calls _scrub_str and appends that to the output string.
 
 =head1 How does it work?
 

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