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

gregoa at users.alioth.debian.org gregoa at users.alioth.debian.org
Thu Jan 20 20:46:26 UTC 2011


Author: gregoa
Date: Thu Jan 20 20:46:16 2011
New Revision: 67579

URL: http://svn.debian.org/wsvn/pkg-perl/?sc=1&rev=67579
Log:
Refresh fix-pod-spelling.patch (applied with an offset).

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

Modified: trunk/libdata-dump-streamer-perl/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libdata-dump-streamer-perl/debian/changelog?rev=67579&op=diff
==============================================================================
--- trunk/libdata-dump-streamer-perl/debian/changelog (original)
+++ trunk/libdata-dump-streamer-perl/debian/changelog Thu Jan 20 20:46:16 2011
@@ -7,6 +7,9 @@
   * New upstream release
   * debian/control: Add libextutils-depends-perl to B-D
   * debian/copyright: Update license stanzas
+
+  [ gregor herrmann ]
+  * Refresh fix-pod-spelling.patch (applied with an offset).
 
  -- Angel Abad <angelabad at gmail.com>  Thu, 20 Jan 2011 17:46:50 +0100
 

Modified: 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=67579&op=diff
==============================================================================
--- trunk/libdata-dump-streamer-perl/debian/patches/fix-pod-spelling.patch (original)
+++ trunk/libdata-dump-streamer-perl/debian/patches/fix-pod-spelling.patch Thu Jan 20 20:46:16 2011
@@ -7,7 +7,7 @@
 
 --- a/lib/Data/Dump/Streamer.pm
 +++ b/lib/Data/Dump/Streamer.pm
-@@ -305,7 +305,7 @@
+@@ -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
@@ -16,7 +16,7 @@
  
  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
-@@ -560,7 +560,7 @@
+@@ -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
@@ -25,7 +25,7 @@
  
     $ARRAY1 = [ (0) x 4 ];
  
-@@ -3761,7 +3761,7 @@
+@@ -3763,7 +3763,7 @@
  =head2 A Note About Speed
  
  Data::Dumper is much faster than this module for many things. However IMO
@@ -34,7 +34,7 @@
  
  =head1 EXPORT
  
-@@ -3848,7 +3848,7 @@
+@@ -3850,7 +3850,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




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