diff options
-rw-r--r-- | ext/Socket/Socket.pm | 2 | ||||
-rw-r--r-- | ext/XS-APItest/APItest.pm | 2 | ||||
-rw-r--r-- | lib/Dumpvalue.pm | 2 | ||||
-rw-r--r-- | lib/Term/ReadLine.pm | 2 |
4 files changed, 4 insertions, 4 deletions
diff --git a/ext/Socket/Socket.pm b/ext/Socket/Socket.pm index d4042cde70..753644aaca 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 8612cfffba..73db4a518e 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 b5080a4857..f1ec0fbfb4 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 7913b917f0..7ecb479646 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) { |