r7488 - in /branches/upstream/libdata-dump-streamer-perl/current: .patch Changes INSTALL.SKIP META.yml lib/Data/Dump/Streamer.pm

dmn at users.alioth.debian.org dmn at users.alioth.debian.org
Wed Sep 12 13:36:56 UTC 2007


Author: dmn
Date: Wed Sep 12 13:36:56 2007
New Revision: 7488

URL: http://svn.debian.org/wsvn/?sc=1&rev=7488
Log:
[svn-upgrade] Integrating new upstream version, libdata-dump-streamer-perl (36.tar.gz.orig)

Modified:
    branches/upstream/libdata-dump-streamer-perl/current/.patch
    branches/upstream/libdata-dump-streamer-perl/current/Changes
    branches/upstream/libdata-dump-streamer-perl/current/INSTALL.SKIP
    branches/upstream/libdata-dump-streamer-perl/current/META.yml
    branches/upstream/libdata-dump-streamer-perl/current/lib/Data/Dump/Streamer.pm

Modified: branches/upstream/libdata-dump-streamer-perl/current/.patch
URL: http://svn.debian.org/wsvn/branches/upstream/libdata-dump-streamer-perl/current/.patch?rev=7488&op=diff
==============================================================================
--- branches/upstream/libdata-dump-streamer-perl/current/.patch (original)
+++ branches/upstream/libdata-dump-streamer-perl/current/.patch Wed Sep 12 13:36:56 2007
@@ -1,1 +1,1 @@
-30
+36

Modified: branches/upstream/libdata-dump-streamer-perl/current/Changes
URL: http://svn.debian.org/wsvn/branches/upstream/libdata-dump-streamer-perl/current/Changes?rev=7488&op=diff
==============================================================================
--- branches/upstream/libdata-dump-streamer-perl/current/Changes (original)
+++ branches/upstream/libdata-dump-streamer-perl/current/Changes Wed Sep 12 13:36:56 2007
@@ -1,4 +1,14 @@
-$Id: Changes 30 2006-04-16 15:33:25Z demerphq $
+$Id: Changes 35 2007-08-22 22:24:33Z demerphq $
+
+2.05 (2007-08-23 00:23:19)
+
+Fix http://rt.cpan.org/Ticket/Display.html?id=28053, where undef
+and '' are confused inside of repeat value folding logic.
+
+2.04 (2007-08-23 00:09:55)
+
+Remove various unsavoury items from INSTALL.SKIP and bump the version
+number.
 
 2.03
 

Modified: branches/upstream/libdata-dump-streamer-perl/current/INSTALL.SKIP
URL: http://svn.debian.org/wsvn/branches/upstream/libdata-dump-streamer-perl/current/INSTALL.SKIP?rev=7488&op=diff
==============================================================================
--- branches/upstream/libdata-dump-streamer-perl/current/INSTALL.SKIP (original)
+++ branches/upstream/libdata-dump-streamer-perl/current/INSTALL.SKIP Wed Sep 12 13:36:56 2007
@@ -1,4 +1,4 @@
-#$Id: INSTALL.SKIP 26 2006-04-16 15:18:52Z demerphq $id
+:#$Id: INSTALL.SKIP 33 2007-08-22 22:00:26Z demerphq $id
 # Avoid version control files.
 \bRCS\b
 \bCVS\b
@@ -6,19 +6,6 @@
 ,v$
 \B\.svn\b
 \b_darcs\b
-
-# Avoid Makemaker generated and utility files.
-\bMANIFEST\.bak
-\bMakefile$
-\bblib/
-\bMakeMaker-\d
-\bpm_to_blib\.ts$
-\bpm_to_blib$
-\bblibdirs\.ts$         # 6.18 through 6.25 generated this
-
-# Avoid Module::Build generated and utility files.
-\bBuild$
-\b_build/
 
 # Avoid temp and backup files.
 ~$

Modified: branches/upstream/libdata-dump-streamer-perl/current/META.yml
URL: http://svn.debian.org/wsvn/branches/upstream/libdata-dump-streamer-perl/current/META.yml?rev=7488&op=diff
==============================================================================
--- branches/upstream/libdata-dump-streamer-perl/current/META.yml (original)
+++ branches/upstream/libdata-dump-streamer-perl/current/META.yml Wed Sep 12 13:36:56 2007
@@ -1,15 +1,18 @@
-# http://module-build.sourceforge.net/META-spec.html
-#XXXXXXX This is a prototype!!!  It will change in the future!!! XXXXX#
-name:         Data-Dump-Streamer
-version:      2.03-30
-version_from: 
-installdirs:  site
-requires:
+--- #YAML:1.0
+name:                Data-Dump-Streamer
+version:             2.05-36
+abstract:            Accurately serialize a data structure as Perl code.
+license:             ~
+generated_by:        ExtUtils::MakeMaker version 6.36
+distribution_type:   module
+requires:     
     B::Deparse:                    0
     B::Utils:                      0.05
     Test::More:                    0
     Text::Abbrev:                  0
     Text::Balanced:                0
-
-distribution_type: module
-generated_by: ExtUtils::MakeMaker version 6.30
+meta-spec:
+    url:     http://module-build.sourceforge.net/META-spec-v1.2.html
+    version: 1.2
+author:
+    - Yves Orton (demerphq)

Modified: branches/upstream/libdata-dump-streamer-perl/current/lib/Data/Dump/Streamer.pm
URL: http://svn.debian.org/wsvn/branches/upstream/libdata-dump-streamer-perl/current/lib/Data/Dump/Streamer.pm?rev=7488&op=diff
==============================================================================
--- branches/upstream/libdata-dump-streamer-perl/current/lib/Data/Dump/Streamer.pm (original)
+++ branches/upstream/libdata-dump-streamer-perl/current/lib/Data/Dump/Streamer.pm Wed Sep 12 13:36:56 2007
@@ -34,8 +34,8 @@
 BEGIN{ $HasPadWalker=eval "use PadWalker 0.99; 1"; }
 
 BEGIN {
-    #$Id: Streamer.pm 26 2006-04-16 15:18:52Z demerphq $#
-    $VERSION   ='2.03';
+    #$Id: Streamer.pm 36 2007-08-22 22:27:27Z demerphq $#
+    $VERSION   ='2.05';
     $XS_VERSION='2.01';
     $VERSION = eval $VERSION; # used for beta stuff.
     @ISA       = qw(Exporter DynaLoader);
@@ -2565,6 +2565,8 @@
                          $self->{svt}[$self->{sv}{refaddr(\$item->[$k + $count])}]==1)
 
                     and !$v == !$item->[ $k + $count ]
+                    
+                    and defined($v) == defined($item->[ $k + $count ])
                 )
 
                 {




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