bump version on modules changed since 5.13.0
Ricardo Signes [Thu, 20 May 2010 04:28:42 +0000 (00:28 -0400)]
ext/Socket/Socket.pm
ext/XS-APItest/APItest.pm
lib/Dumpvalue.pm
lib/Term/ReadLine.pm

index d4042cd..753644a 100644 (file)
@@ -1,7 +1,7 @@
 package Socket;
 
 our($VERSION, @ISA, @EXPORT, @EXPORT_OK, %EXPORT_TAGS);
-$VERSION = "1.87";
+$VERSION = "1.88";
 
 =head1 NAME
 
index 8612cff..73db4a5 100644 (file)
@@ -27,7 +27,7 @@ our @EXPORT = qw( print_double print_int print_long
                  sv_count
 );
 
-our $VERSION = '0.18';
+our $VERSION = '0.19';
 
 use vars '$WARNINGS_ON_BOOTSTRAP';
 use vars map "\$${_}_called_PP", qw(BEGIN UNITCHECK CHECK INIT END);
index b5080a4..f1ec0fb 100644 (file)
@@ -1,7 +1,7 @@
 use 5.006_001;                 # for (defined ref) and $#$v and our
 package Dumpvalue;
 use strict;
-our $VERSION = '1.13';
+our $VERSION = '1.14';
 our(%address, $stab, @stab, %stab, %subs);
 
 # documentation nits, handle complex data structures better by chromatic
index 7913b91..7ecb479 100644 (file)
@@ -291,7 +291,7 @@ sub get_line {
 
 package Term::ReadLine;                # So late to allow the above code be defined?
 
-our $VERSION = '1.05';
+our $VERSION = '1.06';
 
 my ($which) = exists $ENV{PERL_RL} ? split /\s+/, $ENV{PERL_RL} : undef;
 if ($which) {