r55567 - in /trunk/libdata-dump-streamer-perl/debian: changelog patches/ patches/fix-pod-spelling.patch patches/series

jawnsy-guest at users.alioth.debian.org jawnsy-guest at users.alioth.debian.org
Wed Apr 7 03:13:35 UTC 2010


Author: jawnsy-guest
Date: Wed Apr  7 03:13:28 2010
New Revision: 55567

URL: http://svn.debian.org/wsvn/pkg-perl/?sc=1&rev=55567
Log:
Add a patch to fix POD spelling errors

Added:
    trunk/libdata-dump-streamer-perl/debian/patches/
    trunk/libdata-dump-streamer-perl/debian/patches/fix-pod-spelling.patch
    trunk/libdata-dump-streamer-perl/debian/patches/series
Modified:
    trunk/libdata-dump-streamer-perl/debian/changelog

Modified: trunk/libdata-dump-streamer-perl/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libdata-dump-streamer-perl/debian/changelog?rev=55567&op=diff
==============================================================================
--- trunk/libdata-dump-streamer-perl/debian/changelog (original)
+++ trunk/libdata-dump-streamer-perl/debian/changelog Wed Apr  7 03:13:28 2010
@@ -8,6 +8,7 @@
   * Rewrite control description
   * Use new short debhelper rules format
   * Update copyright to new DEP5 format
+  * Add a patch to fix POD spelling errors
 
   [ Nathan Handler ]
   * debian/watch: Update to ignore development releases.

Added: trunk/libdata-dump-streamer-perl/debian/patches/fix-pod-spelling.patch
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libdata-dump-streamer-perl/debian/patches/fix-pod-spelling.patch?rev=55567&op=file
==============================================================================
--- trunk/libdata-dump-streamer-perl/debian/patches/fix-pod-spelling.patch (added)
+++ trunk/libdata-dump-streamer-perl/debian/patches/fix-pod-spelling.patch Wed Apr  7 03:13:28 2010
@@ -1,0 +1,42 @@
+Description: fix POD spelling
+Author: Jonathan Yu <jawnsy at cpan.org>
+Origin: vendor
+Forwarded: no
+--- a/lib/Data/Dump/Streamer.pm
++++ b/lib/Data/Dump/Streamer.pm
+@@ -307,7 +307,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
+@@ -562,7 +562,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 somthing like
+ 
+    $ARRAY1 = [ (0) x 4 ];
+ 
+@@ -3758,7 +3758,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
+ 
+@@ -3845,7 +3845,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
+ 

Added: trunk/libdata-dump-streamer-perl/debian/patches/series
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libdata-dump-streamer-perl/debian/patches/series?rev=55567&op=file
==============================================================================
--- trunk/libdata-dump-streamer-perl/debian/patches/series (added)
+++ trunk/libdata-dump-streamer-perl/debian/patches/series Wed Apr  7 03:13:28 2010
@@ -1,0 +1,1 @@
+fix-pod-spelling.patch




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