bump versions of non-dual-life modules that
David Mitchell [Fri, 3 Jul 2009 21:53:42 +0000 (22:53 +0100)]
* differ between 5.10.0 and maint-5.10, or
* differ between 5.8.9 and maint-5.10

18 files changed:
ext/B/B/Xref.pm
ext/NDBM_File/NDBM_File.pm
ext/Socket/Socket.pm
lib/Benchmark.pm
lib/Carp.pm
lib/DB.pm
lib/DirHandle.pm
lib/Dumpvalue.pm
lib/File/Compare.pm
lib/FileHandle.pm
lib/I18N/Collate.pm
lib/PerlIO.pm
lib/SelectSaver.pm
lib/Term/ReadLine.pm
lib/UNIVERSAL.pm
lib/charnames.pm
lib/open.pm
lib/overload.pm

index 28bd74c..64e677c 100644 (file)
@@ -1,6 +1,6 @@
 package B::Xref;
 
-our $VERSION = '1.01';
+our $VERSION = '1.02';
 
 =head1 NAME
 
index b88e657..3183395 100644 (file)
@@ -7,7 +7,7 @@ require Tie::Hash;
 use XSLoader ();
 
 our @ISA = qw(Tie::Hash);
-our $VERSION = "1.07";
+our $VERSION = "1.08";
 
 XSLoader::load 'NDBM_File', $VERSION;
 
index 7d130ba..1467021 100644 (file)
@@ -1,7 +1,7 @@
 package Socket;
 
 our($VERSION, @ISA, @EXPORT, @EXPORT_OK, %EXPORT_TAGS);
-$VERSION = "1.82";
+$VERSION = "1.83";
 
 =head1 NAME
 
index 19a0343..269674c 100644 (file)
@@ -440,7 +440,7 @@ our(@ISA, @EXPORT, @EXPORT_OK, %EXPORT_TAGS, $VERSION);
              clearcache clearallcache disablecache enablecache);
 %EXPORT_TAGS=( all => [ @EXPORT, @EXPORT_OK ] ) ;
 
-$VERSION = 1.10;
+$VERSION = 1.11;
 
 # --- ':hireswallclock' special handling
 
index 6fb36a9..c06f949 100644 (file)
@@ -1,6 +1,6 @@
 package Carp;
 
-our $VERSION = '1.10';
+our $VERSION = '1.11';
 # this file is an utra-lightweight stub. The first time a function is
 # called, Carp::Heavy is loaded, and the real short/longmessmess_jmp
 # subs are installed
index 7950f65..efb9035 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.01';
+  $DB::VERSION = $DB::VERSION = '1.02';
 
   # initialize private globals to avoid warnings
 
index 757bf4b..fc27dfb 100644 (file)
@@ -1,6 +1,6 @@
 package DirHandle;
 
-our $VERSION = '1.02';
+our $VERSION = '1.03';
 
 =head1 NAME 
 
index d5d93c7..88e1493 100644 (file)
@@ -1,7 +1,7 @@
 use 5.006_001;                 # for (defined ref) and $#$v and our
 package Dumpvalue;
 use strict;
-our $VERSION = '1.12';
+our $VERSION = '1.13';
 our(%address, $stab, @stab, %stab, %subs);
 
 # documentation nits, handle complex data structures better by chromatic
index 7418fe6..05e1c41 100644 (file)
@@ -7,7 +7,7 @@ our($VERSION, @ISA, @EXPORT, @EXPORT_OK, $Too_Big);
 
 require Exporter;
 
-$VERSION = '1.1005';
+$VERSION = '1.1006';
 @ISA = qw(Exporter);
 @EXPORT = qw(compare);
 @EXPORT_OK = qw(cmp compare_text);
index b609614..6b3636a 100644 (file)
@@ -4,7 +4,7 @@ use 5.006;
 use strict;
 our($VERSION, @ISA, @EXPORT, @EXPORT_OK);
 
-$VERSION = "2.01";
+$VERSION = "2.02";
 
 require IO::File;
 @ISA = qw(IO::File);
index 257390f..decc86c 100644 (file)
@@ -1,7 +1,7 @@
 package I18N::Collate;
 
 use strict;
-our $VERSION = '1.00';
+our $VERSION = '1.01';
 
 =head1 NAME
 
index 980df2c..f4a0197 100644 (file)
@@ -1,6 +1,6 @@
 package PerlIO;
 
-our $VERSION = '1.05';
+our $VERSION = '1.06';
 
 # Map layer name to package that defines it
 our %alias;
index f0900a5..b67adff 100644 (file)
@@ -1,6 +1,6 @@
 package SelectSaver;
 
-our $VERSION = '1.01';
+our $VERSION = '1.02';
 
 =head1 NAME
 
index 9681c11..29acb84 100644 (file)
@@ -303,7 +303,7 @@ sub get_line {
 
 package Term::ReadLine;                # So late to allow the above code be defined?
 
-our $VERSION = '1.04';
+our $VERSION = '1.05';
 
 my ($which) = exists $ENV{PERL_RL} ? split /\s+/, $ENV{PERL_RL} : undef;
 if ($which) {
index d0aa1ed..5e3c8c8 100644 (file)
@@ -1,6 +1,6 @@
 package UNIVERSAL;
 
-our $VERSION = '1.04';
+our $VERSION = '1.05';
 
 # UNIVERSAL should not contain any extra subs/methods beyond those
 # that it exists to define. The use of Exporter below is a historical
index b8eb2b4..0acae61 100644 (file)
@@ -2,7 +2,7 @@ package charnames;
 use strict;
 use warnings;
 use File::Spec;
-our $VERSION = '1.06';
+our $VERSION = '1.07';
 
 use bytes ();          # for $bytes::hint_bits
 
index 1d1c0c7..a6b4250 100644 (file)
@@ -1,7 +1,7 @@
 package open;
 use warnings;
 
-our $VERSION = '1.06';
+our $VERSION = '1.07';
 
 require 5.008001; # for PerlIO::get_layers()
 
index a384568..7e392d7 100644 (file)
@@ -1,6 +1,6 @@
 package overload;
 
-our $VERSION = '1.07';
+our $VERSION = '1.08';
 
 sub nil {}