r67572 - in /trunk/libdata-dump-streamer-perl: Changes META.yml debian/changelog debian/control debian/copyright lib/Data/Dump/Streamer.pm

angelabad-guest at users.alioth.debian.org angelabad-guest at users.alioth.debian.org
Thu Jan 20 16:48:21 UTC 2011


Author: angelabad-guest
Date: Thu Jan 20 16:48:05 2011
New Revision: 67572

URL: http://svn.debian.org/wsvn/pkg-perl/?sc=1&rev=67572
Log:
* New upstream release
* debian/control: Add libextutils-depends-perl to B-D
* debian/copyright: Update license stanzas

Modified:
    trunk/libdata-dump-streamer-perl/Changes
    trunk/libdata-dump-streamer-perl/META.yml
    trunk/libdata-dump-streamer-perl/debian/changelog
    trunk/libdata-dump-streamer-perl/debian/control
    trunk/libdata-dump-streamer-perl/debian/copyright
    trunk/libdata-dump-streamer-perl/lib/Data/Dump/Streamer.pm

Modified: trunk/libdata-dump-streamer-perl/Changes
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libdata-dump-streamer-perl/Changes?rev=67572&op=diff
==============================================================================
--- trunk/libdata-dump-streamer-perl/Changes (original)
+++ trunk/libdata-dump-streamer-perl/Changes Thu Jan 20 16:48:05 2011
@@ -1,3 +1,6 @@
+2.23 (2011-01-18)
+Fix DumpLex for bug #44621
+
 2.22 (2010-07-11)
 
 Build.PL fixed to accept DDS and NODDS again

Modified: trunk/libdata-dump-streamer-perl/META.yml
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libdata-dump-streamer-perl/META.yml?rev=67572&op=diff
==============================================================================
--- trunk/libdata-dump-streamer-perl/META.yml (original)
+++ trunk/libdata-dump-streamer-perl/META.yml Thu Jan 20 16:48:05 2011
@@ -31,10 +31,10 @@
 provides:
   Data::Dump::Streamer:
     file: lib/Data/Dump/Streamer.pm
-    version: 2.22
+    version: 2.23
   Data::Dump::Streamer::Deparser:
     file: lib/Data/Dump/Streamer.pm
-    version: 2.22
+    version: 2.23
 recommends:
   Algorithm::Diff: 0
   Compress::Zlib: 0
@@ -60,4 +60,4 @@
   warnings::register: 0
 resources:
   license: http://dev.perl.org/licenses/
-version: 2.22
+version: 2.23

Modified: trunk/libdata-dump-streamer-perl/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libdata-dump-streamer-perl/debian/changelog?rev=67572&op=diff
==============================================================================
--- trunk/libdata-dump-streamer-perl/debian/changelog (original)
+++ trunk/libdata-dump-streamer-perl/debian/changelog Thu Jan 20 16:48:05 2011
@@ -1,8 +1,14 @@
-libdata-dump-streamer-perl (2.22-2) UNRELEASED; urgency=low
+libdata-dump-streamer-perl (2.23-1) unstable; urgency=low
 
+  [ Russ Allbery ]
   * Remove myself from Uploaders.
 
- -- Russ Allbery <rra at debian.org>  Sat, 25 Sep 2010 18:26:24 -0700
+  [ Angel Abad ]
+  * New upstream release
+  * debian/control: Add libextutils-depends-perl to B-D
+  * debian/copyright: Update license stanzas
+
+ -- Angel Abad <angelabad at gmail.com>  Thu, 20 Jan 2011 17:46:50 +0100
 
 libdata-dump-streamer-perl (2.22-1) unstable; urgency=low
 

Modified: trunk/libdata-dump-streamer-perl/debian/control
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libdata-dump-streamer-perl/debian/control?rev=67572&op=diff
==============================================================================
--- trunk/libdata-dump-streamer-perl/debian/control (original)
+++ trunk/libdata-dump-streamer-perl/debian/control Thu Jan 20 16:48:05 2011
@@ -1,13 +1,20 @@
 Source: libdata-dump-streamer-perl
 Section: perl
 Priority: optional
-Build-Depends: debhelper (>= 7), libalgorithm-diff-perl, libb-utils-perl,
- libpadwalker-perl, perl
+Build-Depends: debhelper (>= 7),
+ libalgorithm-diff-perl,
+ libb-utils-perl,
+ libextutils-depends-perl,
+ libpadwalker-perl,
+ perl
 Maintainer: Debian Perl Group <pkg-perl-maintainers at lists.alioth.debian.org>
-Uploaders: Damyan Ivanov <dmn at debian.org>, Gunnar Wolf <gwolf at debian.org>,
+Uploaders: Damyan Ivanov <dmn at debian.org>,
+ Gunnar Wolf <gwolf at debian.org>,
  Niko Tyni <ntyni at debian.org>,
- Ryan Niebur <ryan at debian.org>, Jonathan Yu <jawnsy at cpan.org>,
- gregor herrmann <gregoa at debian.org>, Angel Abad <angelabad at gmail.com>
+ Ryan Niebur <ryan at debian.org>,
+ Jonathan Yu <jawnsy at cpan.org>,
+ gregor herrmann <gregoa at debian.org>,
+ Angel Abad <angelabad at gmail.com>
 Standards-Version: 3.9.1
 Homepage: http://search.cpan.org/dist/Data-Dump-Streamer/
 Vcs-Svn: svn://svn.debian.org/pkg-perl/trunk/libdata-dump-streamer-perl/
@@ -15,7 +22,8 @@
 
 Package: libdata-dump-streamer-perl
 Architecture: any
-Depends: ${misc:Depends}, ${perl:Depends}, ${shlibs:Depends}, libb-utils-perl
+Depends: ${misc:Depends}, ${perl:Depends}, ${shlibs:Depends},
+ libb-utils-perl
 Recommends: libpadwalker-perl
 Description: module for serializing a data structure as Perl code
  Data::Dump::Streamer is a Perl module that serializes scalars, objects or

Modified: trunk/libdata-dump-streamer-perl/debian/copyright
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libdata-dump-streamer-perl/debian/copyright?rev=67572&op=diff
==============================================================================
--- trunk/libdata-dump-streamer-perl/debian/copyright (original)
+++ trunk/libdata-dump-streamer-perl/debian/copyright Thu Jan 20 16:48:05 2011
@@ -14,12 +14,12 @@
 
 Files: debian/*
 Copyright: 2007-2009, Gunnar Wolf <gwolf at debian.org>
+ 2007, 2010, Russ Allbery <rra at debian.org>
  2007, Alexis Sukrieh <sukria at debian.org>
  2007, Damyan Ivanov <dmn at debian.org>
- 2007, Russ Allbery <rra at debian.org>
  2008, Niko Tyni <ntyni at debian.org>
  2009, Ryan Niebur <ryanryan52 at gmail.com>
- 2010, Angel Abad <angelabad at gmail.com>
+ 2010-2011, Angel Abad <angelabad at gmail.com>
  2010, Jonathan Yu <jawnsy at cpan.org>
  2010, gregor herrmann <gregoa at debian.org>
 License: Artistic or GPL-1+
@@ -28,8 +28,8 @@
  This program is free software; you can redistribute it and/or modify
  it under the terms of the Artistic License, which comes with Perl.
  .
- On Debian GNU/Linux systems, the complete text of the Artistic License
- can be found in `/usr/share/common-licenses/Artistic'.
+ On Debian systems, the complete text of the Artistic License can be
+ found in `/usr/share/common-licenses/Artistic'.
 
 License: GPL-1+
  This program is free software; you can redistribute it and/or modify
@@ -37,5 +37,5 @@
  the Free Software Foundation; either version 1, or (at your option)
  any later version.
  .
- On Debian GNU/Linux systems, the complete text of version 1 of the
- General Public License can be found in `/usr/share/common-licenses/GPL-1'.
+ On Debian systems, the complete text of version 1 of the GNU General
+ Public License can be found in `/usr/share/common-licenses/GPL-1'.

Modified: trunk/libdata-dump-streamer-perl/lib/Data/Dump/Streamer.pm
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libdata-dump-streamer-perl/lib/Data/Dump/Streamer.pm?rev=67572&op=diff
==============================================================================
--- trunk/libdata-dump-streamer-perl/lib/Data/Dump/Streamer.pm (original)
+++ trunk/libdata-dump-streamer-perl/lib/Data/Dump/Streamer.pm Thu Jan 20 16:48:05 2011
@@ -34,7 +34,7 @@
 
 BEGIN {
     #$Id: Streamer.pm 40 2007-12-22 00:37:55Z demerphq $#
-    $VERSION   ='2.22';
+    $VERSION   ='2.23';
     $VERSION = eval $VERSION; # used for beta stuff.
     @ISA       = qw(Exporter DynaLoader);
     @EXPORT=qw(Dump DumpLex DumpVars);
@@ -232,6 +232,8 @@
 # Anyway, its terribly ugly, but for anything I can think to throw at it it works.
 # demerphq
 
+=encoding utf8
+
 =head1 NAME
 
 Data::Dump::Streamer - Accurately serialize a data structure as Perl code.
@@ -1171,7 +1173,7 @@
         return $obj;
     } else {
         $obj||=__PACKAGE__;
-        return $obj->Data(@_)->Names(@names)->Out();
+        return $obj->Names(@names)->Data(@_)->Out();
     }
 }
 
@@ -3004,7 +3006,7 @@
                 Carp::confess "Bad name '$_'"
                    if $s && $s!~/^\*?\w+$/;
                 $s
-            } @$v ];
+            } grep {defined} @$v ];
         return $self;
     } elsif (! defined wantarray ) {
         $self->{unames}=[];
@@ -3669,7 +3671,7 @@
 our @ISA=qw(B::Deparse);
 my %cache;
 
-our $VERSION = '2.22';
+our $VERSION = '2.23';
 if ( $VERSION ne $Data::Dump::Streamer::VERSION ) {
     die "Incompatible Data::Dump::Streamer::Deparser v$VERSION vs Data::Dump::Streamer v$Data::Dump::Streamer::VERSION";
 }
@@ -3862,9 +3864,9 @@
 Contains code derived from works by Gisle Aas, Graham Barr, Jeff Pinyan,
 Richard Clamp, and Gurusamy Sarathy.
 
-Thanks to Dan Brook, Yitzchak Scott-Thoennes, eric256, Joshua ben Jore,
-Jim Cromie, Curtis "Ovid" Poe and anybody that I've forgotten for patches,
-feedback and ideas.
+Thanks to Dan Brook, Yitzchak Scott-Thoennes, eric256, Joshua ben
+Jore, Jim Cromie, Curtis "Ovid" Poe, Lars Dɪᴇᴄᴋᴏᴡ, and anybody that
+I've forgotten for patches, feedback and ideas.
 
 =head1 SEE ALSO (its a crowded space, isn't it!)
 




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