[SCM] Debian packaging of HTML-TokeParser-Simple CPAN distribution branch, master, updated. debian/3.15-3-8-g4582848

gregor herrmann gregoa at debian.org
Wed Jun 26 19:34:16 UTC 2013


The following commit has been merged in the master branch:
commit 1d87c592f9ebe6601710c94e114ccceac182b264
Author: gregor herrmann <gregoa at debian.org>
Date:   Wed Jun 26 21:30:57 2013 +0200

    Drop patches, merged upstream.

diff --git a/debian/patches/pod.patch b/debian/patches/pod.patch
deleted file mode 100644
index 453f987..0000000
--- a/debian/patches/pod.patch
+++ /dev/null
@@ -1,28 +0,0 @@
-Description: fix POD errors
- add missing =back
-Origin: vendor
-Bug: https://rt.cpan.org/Ticket/Display.html?id=85256
-Forwarded: https://rt.cpan.org/Ticket/Display.html?id=85256
-Bug-Debian: http://bugs.debian.org/709829
-Author: gregor herrmann <gregoa at debian.org>
-Last-Update: 2013-05-26
-
---- a/lib/HTML/TokeParser/Simple/Token/Tag/End.pm
-+++ b/lib/HTML/TokeParser/Simple/Token/Tag/End.pm
-@@ -132,4 +132,6 @@
- 
- =item * rewrite_tag
- 
-+=back
-+
- =cut
---- a/lib/HTML/TokeParser/Simple/Token/Tag/Start.pm
-+++ b/lib/HTML/TokeParser/Simple/Token/Tag/Start.pm
-@@ -225,5 +225,7 @@
- 
- =item * set_attr
- 
-+=back
-+
- =cut
- 
diff --git a/debian/patches/series b/debian/patches/series
deleted file mode 100644
index 2cd8e6f..0000000
--- a/debian/patches/series
+++ /dev/null
@@ -1,2 +0,0 @@
-spelling.patch
-pod.patch
diff --git a/debian/patches/spelling.patch b/debian/patches/spelling.patch
deleted file mode 100644
index 60f2ee7..0000000
--- a/debian/patches/spelling.patch
+++ /dev/null
@@ -1,35 +0,0 @@
-Description: spelling fixed
-Origin: vendor
-Bug: https://rt.cpan.org/Ticket/Display.html?id=84306
-Forwarded: https://rt.cpan.org/Ticket/Display.html?id=84306
-Author: gregor herrmann <gregoa at debian.org>
-Last-Update: 2013-03-30
-
---- a/lib/HTML/TokeParser/Simple.pm
-+++ b/lib/HTML/TokeParser/Simple.pm
-@@ -164,7 +164,7 @@
- =head2 C<new($source_type, $source)>
- 
- If you wish to be more explicit, there is a new style of
--constructor avaiable.
-+constructor available.
- 
-   my $parser = HTML::TokeParser::Simple->new(file   => $filename);
-   # or
-@@ -554,14 +554,14 @@
- 
- =head1 CAVEATS
- 
--For compatability reasons with C<HTML::TokeParser>, methods that return
-+For compatibility reasons with C<HTML::TokeParser>, methods that return
- references are violating encapsulation and altering the references directly
- B<will> alter the state of the object.  Subsequent calls to C<rewrite_tag()>
- can thus have unexpected results.  Do not alter these references directly
- unless you are following behavior described in these docs.  In the future,
- certain methods such as C<get_attr>, C<get_attrseq> and others may return a
- copy of the reference rather than the original reference.  This behavior has
--not yet been changed in order to maintain compatability with previous versions
-+not yet been changed in order to maintain compatibility with previous versions
- of this module.  At the present time, your author is not aware of anyone taking
- advantage of this "feature," but it's better to be safe than sorry.
- 

-- 
Debian packaging of HTML-TokeParser-Simple CPAN distribution



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