Version bumps
authorFather Chrysostomos <sprout@cpan.org>
Tue, 22 Nov 2011 22:51:46 +0000 (14:51 -0800)
committerFather Chrysostomos <sprout@cpan.org>
Wed, 23 Nov 2011 00:27:17 +0000 (16:27 -0800)
18 files changed:
dist/Cwd/Cwd.pm
dist/Dumpvalue/lib/Dumpvalue.pm
dist/ExtUtils-CBuilder/lib/ExtUtils/CBuilder.pm
dist/ExtUtils-CBuilder/lib/ExtUtils/CBuilder/Platform/os2.pm
dist/ExtUtils-ParseXS/lib/ExtUtils/ParseXS.pm
dist/ExtUtils-ParseXS/lib/ExtUtils/ParseXS/Utilities.pm
dist/IO/lib/IO/Dir.pm
dist/Pod-Perldoc/lib/Pod/Perldoc.pm
dist/Storable/Storable.pm
dist/if/if.pm
ext/File-Glob/Glob.pm
ext/Socket/Socket.pm
lib/DB.pm
lib/File/Basename.pm
lib/Getopt/Std.pm
lib/charnames.pm
lib/overload.pm
lib/sigtrap.pm

index 6111179..3ec9ffa 100644 (file)
@@ -171,7 +171,7 @@ use strict;
 use Exporter;
 use vars qw(@ISA @EXPORT @EXPORT_OK $VERSION);
 
-$VERSION = '3.37';
+$VERSION = '3.38';
 my $xs_version = $VERSION;
 $VERSION = eval $VERSION;
 
index f5c39ff..ca40548 100644 (file)
@@ -1,7 +1,7 @@
 use 5.006_001;                 # for (defined ref) and $#$v and our
 package Dumpvalue;
 use strict;
-our $VERSION = '1.16';
+our $VERSION = '1.17';
 our(%address, $stab, @stab, %stab, %subs);
 
 # documentation nits, handle complex data structures better by chromatic
index f79a5c8..413c765 100644 (file)
@@ -6,7 +6,7 @@ use File::Basename ();
 use Perl::OSType qw/os_type/;
 
 use vars qw($VERSION @ISA);
-$VERSION = '0.280204';
+$VERSION = '0.280205';
 $VERSION = eval $VERSION;
 
 # We only use this once - don't waste a symbol table entry on it.
index 6dc932c..e24cb2d 100644 (file)
@@ -4,7 +4,7 @@ use strict;
 use ExtUtils::CBuilder::Platform::Unix;
 
 use vars qw($VERSION @ISA);
-$VERSION = '0.280203';
+$VERSION = '0.280204';
 @ISA = qw(ExtUtils::CBuilder::Platform::Unix);
 
 sub need_prelink { 1 }
index d743097..2c0af41 100644 (file)
@@ -11,7 +11,7 @@ use Symbol;
 
 our $VERSION;
 BEGIN {
-  $VERSION = '3.05';
+  $VERSION = '3.06';
 }
 use ExtUtils::ParseXS::Constants $VERSION;
 use ExtUtils::ParseXS::CountLines $VERSION;
index 2a520d2..19bf9bd 100644 (file)
@@ -6,7 +6,7 @@ use File::Spec;
 use lib qw( lib );
 use ExtUtils::ParseXS::Constants ();
 
-our $VERSION = '3.05';
+our $VERSION = '3.06';
 
 our (@ISA, @EXPORT_OK);
 @ISA = qw(Exporter);
index 3486532..da2df8e 100644 (file)
@@ -19,7 +19,7 @@ use File::stat;
 use File::Spec;
 
 @ISA = qw(Tie::Hash Exporter);
-$VERSION = "1.08";
+$VERSION = "1.09";
 $VERSION = eval $VERSION;
 @EXPORT_OK = qw(DIR_UNLINK);
 
index 8503a66..90aaff2 100644 (file)
@@ -12,7 +12,7 @@ use File::Spec::Functions qw(catfile catdir splitdir);
 use vars qw($VERSION @Pagers $Bindir $Pod2man
   $Temp_Files_Created $Temp_File_Lifetime
 );
-$VERSION = '3.15_07';
+$VERSION = '3.15_08';
 #..........................................................................
 
 BEGIN {  # Make a DEBUG constant very first thing...
index 561f00e..5601f6d 100644 (file)
@@ -21,7 +21,7 @@ package Storable; @ISA = qw(Exporter);
 
 use vars qw($canonical $forgive_me $VERSION);
 
-$VERSION = '2.33';
+$VERSION = '2.34';
 
 BEGIN {
     if (eval { local $SIG{__DIE__}; require Log::Agent; 1 }) {
index c04ac6b..1fb5f3d 100644 (file)
@@ -1,6 +1,6 @@
 package if;
 
-$VERSION = '0.0601';
+$VERSION = '0.0602';
 
 sub work {
   my $method = shift() ? 'import' : 'unimport';
index 3f86ddc..1d65ba2 100644 (file)
@@ -38,7 +38,7 @@ pop @{$EXPORT_TAGS{bsd_glob}}; # no "glob"
 
 @EXPORT_OK   = (@{$EXPORT_TAGS{'glob'}}, 'csh_glob');
 
-$VERSION = '1.14';
+$VERSION = '1.15';
 
 sub import {
     require Exporter;
index 930b78b..d82aa2b 100644 (file)
@@ -3,7 +3,7 @@ package Socket;
 use strict;
 
 our($VERSION, @ISA, @EXPORT, @EXPORT_OK, %EXPORT_TAGS);
-$VERSION = "1.94_02";
+$VERSION = "1.94_03";
 
 =head1 NAME
 
index 7048354..03f2b21 100644 (file)
--- a/lib/DB.pm
+++ b/lib/DB.pm
@@ -41,7 +41,7 @@ BEGIN {
   $DB::subname = '';    # currently executing sub (fullly qualified name)
   $DB::lineno = '';     # current line number
 
-  $DB::VERSION = $DB::VERSION = '1.03';
+  $DB::VERSION = $DB::VERSION = '1.04';
 
   # initialize private globals to avoid warnings
 
index fb72a0d..ad98d24 100644 (file)
@@ -54,7 +54,7 @@ our(@ISA, @EXPORT, $VERSION, $Fileparse_fstype, $Fileparse_igncase);
 require Exporter;
 @ISA = qw(Exporter);
 @EXPORT = qw(fileparse fileparse_set_fstype basename dirname);
-$VERSION = "2.83";
+$VERSION = "2.84";
 
 fileparse_set_fstype($^O);
 
index 920b5b4..d4ce9a3 100644 (file)
@@ -72,7 +72,7 @@ and version_mess() with the switches string as an argument.
 
 @ISA = qw(Exporter);
 @EXPORT = qw(getopt getopts);
-$VERSION = '1.06';
+$VERSION = '1.07';
 # uncomment the next line to disable 1.03-backward compatibility paranoia
 # $STANDARD_HELP_VERSION = 1;
 
index e00bf53..ffc84db 100644 (file)
@@ -2,7 +2,7 @@ package charnames;
 use strict;
 use warnings;
 use File::Spec;
-our $VERSION = '1.24';
+our $VERSION = '1.25';
 use unicore::Name;    # mktables-generated algorithmically-defined names
 
 use bytes ();          # for $bytes::hint_bits
index 006c4e2..b3eac98 100644 (file)
@@ -1,6 +1,6 @@
 package overload;
 
-our $VERSION = '1.15';
+our $VERSION = '1.16';
 
 sub nil {}
 
index 59c15b9..025845e 100644 (file)
@@ -8,7 +8,7 @@ sigtrap - Perl pragma to enable simple signal handling
 
 use Carp;
 
-$VERSION = 1.05;
+$VERSION = 1.06;
 $Verbose ||= 0;
 
 sub import {