r59558 - in /branches/upstream/libdata-dump-streamer-perl/current: Changes META.yml lib/Data/Dump/Streamer.pm t/lexicals.t
gregoa at users.alioth.debian.org
gregoa at users.alioth.debian.org
Fri Jun 18 23:48:57 UTC 2010
Author: gregoa
Date: Fri Jun 18 23:48:52 2010
New Revision: 59558
URL: http://svn.debian.org/wsvn/pkg-perl/?sc=1&rev=59558
Log:
[svn-upgrade] new version libdata-dump-streamer-perl (2.18)
Modified:
branches/upstream/libdata-dump-streamer-perl/current/Changes
branches/upstream/libdata-dump-streamer-perl/current/META.yml
branches/upstream/libdata-dump-streamer-perl/current/lib/Data/Dump/Streamer.pm
branches/upstream/libdata-dump-streamer-perl/current/t/lexicals.t
Modified: branches/upstream/libdata-dump-streamer-perl/current/Changes
URL: http://svn.debian.org/wsvn/pkg-perl/branches/upstream/libdata-dump-streamer-perl/current/Changes?rev=59558&op=diff
==============================================================================
--- branches/upstream/libdata-dump-streamer-perl/current/Changes (original)
+++ branches/upstream/libdata-dump-streamer-perl/current/Changes Fri Jun 18 23:48:52 2010
@@ -1,3 +1,13 @@
+2.18 (2010-06-12)
+
+Continue to refine t/lexicals.t response to Perl commit
+"e02c0f79a8059eaf4981f798cc21d7dc3c8b916e shift; optimization". The
+change happened after 5.13.0 and is released in 5.13.1.
+
+2.17 (2010-06-11)
+
+Declare ExtUtils::CBuilder as a build_requries dependency
+
2.16 (2010-06-11)
Manually add VERSION to Data::Dump::Streamer::Deparser to make CPAN
Modified: branches/upstream/libdata-dump-streamer-perl/current/META.yml
URL: http://svn.debian.org/wsvn/pkg-perl/branches/upstream/libdata-dump-streamer-perl/current/META.yml?rev=59558&op=diff
==============================================================================
--- branches/upstream/libdata-dump-streamer-perl/current/META.yml (original)
+++ branches/upstream/libdata-dump-streamer-perl/current/META.yml Fri Jun 18 23:48:52 2010
@@ -31,10 +31,10 @@
provides:
Data::Dump::Streamer:
file: lib/Data/Dump/Streamer.pm
- version: 2.17
+ version: 2.18
Data::Dump::Streamer::Deparser:
file: lib/Data/Dump/Streamer.pm
- version: 2.17
+ version: 2.18
recommends:
Algorithm::Diff: 0
Compress::Zlib: 0
@@ -60,4 +60,4 @@
warnings::register: 0
resources:
license: http://dev.perl.org/licenses/
-version: 2.17
+version: 2.18
Modified: branches/upstream/libdata-dump-streamer-perl/current/lib/Data/Dump/Streamer.pm
URL: http://svn.debian.org/wsvn/pkg-perl/branches/upstream/libdata-dump-streamer-perl/current/lib/Data/Dump/Streamer.pm?rev=59558&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 Fri Jun 18 23:48:52 2010
@@ -34,7 +34,7 @@
BEGIN {
#$Id: Streamer.pm 40 2007-12-22 00:37:55Z demerphq $#
- $VERSION ='2.17';
+ $VERSION ='2.18';
$VERSION = eval $VERSION; # used for beta stuff.
@ISA = qw(Exporter DynaLoader);
@EXPORT=qw(Dump DumpLex DumpVars);
@@ -3669,7 +3669,7 @@
our @ISA=qw(B::Deparse);
my %cache;
-our $VERSION = '2.17';
+our $VERSION = '2.18';
if ( $VERSION ne $Data::Dump::Streamer::VERSION ) {
die "Incompatible Data::Dump::Streamer::Deparser v$VERSION vs Data::Dump::Streamer v$Data::Dump::Streamer::VERSION";
}
Modified: branches/upstream/libdata-dump-streamer-perl/current/t/lexicals.t
URL: http://svn.debian.org/wsvn/pkg-perl/branches/upstream/libdata-dump-streamer-perl/current/t/lexicals.t?rev=59558&op=diff
==============================================================================
--- branches/upstream/libdata-dump-streamer-perl/current/t/lexicals.t (original)
+++ branches/upstream/libdata-dump-streamer-perl/current/t/lexicals.t Fri Jun 18 23:48:52 2010
@@ -43,7 +43,7 @@
{
my $expect;
- if ( $] >= 5.013_000 ) {
+ if ( $] >= 5.013_001 ) {
$expect = <<'EXPECT';
my ($x,$z, at v, at y, at y_eclipse_1);
$x = 'f o o 1 foo 1';
More information about the Pkg-perl-cvs-commits
mailing list