[libdata-dump-streamer-perl] 05/07: debian/patches/fix-pod-spelling.patch: Removed, applied upstream
Angel Abad
angel at alioth.debian.org
Wed Aug 14 22:01:52 UTC 2013
This is an automated email from the git hooks/post-receive script.
angel pushed a commit to branch master
in repository libdata-dump-streamer-perl.
commit 72f17792c8227d849932847d898762859146dd1b
Author: Angel Abad <angelabad at gmail.com>
Date: Wed Aug 14 23:59:05 2013 +0200
debian/patches/fix-pod-spelling.patch: Removed, applied upstream
---
debian/patches/fix-pod-spelling.patch | 46 ---------------------------------
1 file changed, 46 deletions(-)
diff --git a/debian/patches/fix-pod-spelling.patch b/debian/patches/fix-pod-spelling.patch
deleted file mode 100644
index 8816835..0000000
--- a/debian/patches/fix-pod-spelling.patch
+++ /dev/null
@@ -1,46 +0,0 @@
-Description: fix POD spelling
-Origin: vendor
-Bug: https://rt.cpan.org/Ticket/Display.html?id=78166
-Forwarded: https://rt.cpan.org/Ticket/Display.html?id=78166
-Author: Jonathan Yu <jawnsy at cpan.org>
-Reviewed-by: gregor herrmann <gregoa at debian.org>
-Last-Update: 2012-07-02
-
---- a/lib/Data/Dump/Streamer.pm
-+++ b/lib/Data/Dump/Streamer.pm
-@@ -366,7 +366,7 @@
- framework for closure based code. The way this works is that DDS figures
- out what all the lexicals are that are bound to CODE refs it is dumping
- and then pretends that it had originally been called with all of them as
--its arguements, (along with the original arguments as well of course.)
-+its arguments, (along with the original arguments as well of course.)
-
- One consequence of the way the dumping process works is that all of the
- recreated subroutines will be in the same scope. This of course can lead
-@@ -621,7 +621,7 @@
- This means that when an array value is simple (ie, its not referenced and
- does contain a reference) and is repeated mutliple times the output will
- be single a list multiplier statement, and not each item output
--seperately. Thus: L<C<Dump([0,0,0,0])>|/Dump> will be output somthing like
-+separately. Thus: L<C<Dump([0,0,0,0])>|/Dump> will be output something like
-
- $ARRAY1 = [ (0) x 4 ];
-
-@@ -3827,7 +3827,7 @@
- =head2 A Note About Speed
-
- Data::Dumper is much faster than this module for many things. However IMO
--it is less readable, and definately less accurate. YMMV.
-+it is less readable, and definitely less accurate. YMMV.
-
- =head1 EXPORT
-
-@@ -3914,7 +3914,7 @@
-
- Be aware that to a certain extent this module is subject to whimsies of
- your local perl. The same code may not produce the same dump on two
--different installs and versions. Luckily these dont seem to pop up often.
-+different installs and versions. Luckily these don't seem to pop up often.
-
- =head1 AUTHOR AND COPYRIGHT
-
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-perl/packages/libdata-dump-streamer-perl.git
More information about the Pkg-perl-cvs-commits
mailing list