r35785 - /trunk/libsyntax-highlight-engine-simple-perl/debian/patches/bug-rt43353.patch

jawnsy-guest at users.alioth.debian.org jawnsy-guest at users.alioth.debian.org
Tue May 19 04:26:58 UTC 2009


Author: jawnsy-guest
Date: Tue May 19 04:26:53 2009
New Revision: 35785

URL: http://svn.debian.org/wsvn/pkg-perl/?sc=1&rev=35785
Log:
Added a header to the patch

Modified:
    trunk/libsyntax-highlight-engine-simple-perl/debian/patches/bug-rt43353.patch

Modified: trunk/libsyntax-highlight-engine-simple-perl/debian/patches/bug-rt43353.patch
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libsyntax-highlight-engine-simple-perl/debian/patches/bug-rt43353.patch?rev=35785&op=diff
==============================================================================
--- trunk/libsyntax-highlight-engine-simple-perl/debian/patches/bug-rt43353.patch (original)
+++ trunk/libsyntax-highlight-engine-simple-perl/debian/patches/bug-rt43353.patch Tue May 19 04:26:53 2009
@@ -1,7 +1,14 @@
+Author: Jonathan Yu <frequency at cpan.org>
+Debian-Specific: no
+Description: Move code around so that the return value will depend
+ appropriately on the calling context; sort may return different things
+ depending on its calling context, so we have to copy its results to an
+ array and return that array - which might be coerced into something else
+ depending on wantarray.
 Index: libsyntax-highlight-engine-simple-perl/lib/Syntax/Highlight/Engine/Simple.pm
 ===================================================================
---- libsyntax-highlight-engine-simple-perl.orig/lib/Syntax/Highlight/Engine/Simple.pm	2009-05-18 20:20:54.000000000 -0400
-+++ libsyntax-highlight-engine-simple-perl/lib/Syntax/Highlight/Engine/Simple.pm	2009-05-18 20:44:27.000000000 -0400
+--- libsyntax-highlight-engine-simple-perl.orig/lib/Syntax/Highlight/Engine/Simple.pm	2009-05-18 21:55:50.000000000 -0400
++++ libsyntax-highlight-engine-simple-perl/lib/Syntax/Highlight/Engine/Simple.pm	2009-05-19 00:20:27.000000000 -0400
 @@ -354,13 +354,15 @@
              [$$map_ref[$i]->[1]]
          );
@@ -18,5 +25,3 @@
 +
 +    return @out_array;
  }
- 
- ### ----------------------------------------------------------------------------




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