r27635 - in /trunk/libhtml-parser-perl/debian/patches: eg___htextsub.patch fix_htextsub_description.patch

dmn at users.alioth.debian.org dmn at users.alioth.debian.org
Tue Dec 2 07:59:53 UTC 2008


Author: dmn
Date: Tue Dec  2 07:59:49 2008
New Revision: 27635

URL: http://svn.debian.org/wsvn/pkg-perl/?sc=1&rev=27635
Log:
rename eg___htextsub.patch to a meaningful name

Added:
    trunk/libhtml-parser-perl/debian/patches/fix_htextsub_description.patch
Removed:
    trunk/libhtml-parser-perl/debian/patches/eg___htextsub.patch

Added: trunk/libhtml-parser-perl/debian/patches/fix_htextsub_description.patch
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libhtml-parser-perl/debian/patches/fix_htextsub_description.patch?rev=27635&op=file
==============================================================================
--- trunk/libhtml-parser-perl/debian/patches/fix_htextsub_description.patch (added)
+++ trunk/libhtml-parser-perl/debian/patches/fix_htextsub_description.patch Tue Dec  2 07:59:49 2008
@@ -1,0 +1,12 @@
+--- a/eg/htextsub
++++ b/eg/htextsub
+@@ -1,5 +1,9 @@
+ #!/usr/bin/perl -w
+ 
++# Shows how to mangle all plain  text in an HTML document, using an arbitrary
++# Perl expression. Plain text is all text not within a tag declaration, i.e.
++# not in <p ...>, but possibly between <p> and </p>
++
+ use strict;
+ my $code = shift || usage();
+ $code = 'sub edit_print { local $_ = shift; ' . $code . '; print }';




More information about the Pkg-perl-cvs-commits mailing list