From: Ricardo Signes Date: Thu, 20 May 2010 04:28:42 +0000 (-0400) Subject: bump version on modules changed since 5.13.0 X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=7e5c418711b8746449b8fd01a37e5d5688bfeca5;p=p5sagit%2Fp5-mst-13.2.git bump version on modules changed since 5.13.0 --- diff --git a/ext/Socket/Socket.pm b/ext/Socket/Socket.pm index d4042cd..753644a 100644 --- a/ext/Socket/Socket.pm +++ b/ext/Socket/Socket.pm @@ -1,7 +1,7 @@ package Socket; our($VERSION, @ISA, @EXPORT, @EXPORT_OK, %EXPORT_TAGS); -$VERSION = "1.87"; +$VERSION = "1.88"; =head1 NAME diff --git a/ext/XS-APItest/APItest.pm b/ext/XS-APItest/APItest.pm index 8612cff..73db4a5 100644 --- a/ext/XS-APItest/APItest.pm +++ b/ext/XS-APItest/APItest.pm @@ -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); diff --git a/lib/Dumpvalue.pm b/lib/Dumpvalue.pm index b5080a4..f1ec0fb 100644 --- a/lib/Dumpvalue.pm +++ b/lib/Dumpvalue.pm @@ -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 diff --git a/lib/Term/ReadLine.pm b/lib/Term/ReadLine.pm index 7913b91..7ecb479 100644 --- a/lib/Term/ReadLine.pm +++ b/lib/Term/ReadLine.pm @@ -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) {