r68098 - 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
Wed Feb 2 23:13:56 UTC 2011


Author: gregoa
Date: Wed Feb  2 23:13:33 2011
New Revision: 68098

URL: http://svn.debian.org/wsvn/pkg-perl/?sc=1&rev=68098
Log:
Refresh patch (applied with offsets).

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=68098&op=diff
==============================================================================
--- trunk/libdata-dump-streamer-perl/debian/changelog (original)
+++ trunk/libdata-dump-streamer-perl/debian/changelog Wed Feb  2 23:13:33 2011
@@ -1,6 +1,10 @@
 libdata-dump-streamer-perl (2.31-1) unstable; urgency=low
 
+  [ Angel Abad ]
   * New upstream release
+
+  [ gregor herrmann ]
+  * Refresh patch (applied with offsets).
 
  -- Angel Abad <angelabad at gmail.com>  Wed, 02 Feb 2011 13:40:54 +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=68098&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 Wed Feb  2 23:13:33 2011
@@ -7,7 +7,7 @@
 
 --- a/lib/Data/Dump/Streamer.pm
 +++ b/lib/Data/Dump/Streamer.pm
-@@ -307,7 +307,7 @@
+@@ -336,7 +336,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
-@@ -562,7 +562,7 @@
+@@ -591,7 +591,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 ];
  
-@@ -3763,7 +3763,7 @@
+@@ -3797,7 +3797,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
  
-@@ -3850,7 +3850,7 @@
+@@ -3884,7 +3884,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