diff options
author | David Mitchell <davem@iabyn.com> | 2009-07-03 22:53:42 +0100 |
---|---|---|
committer | David Mitchell <davem@iabyn.com> | 2009-07-03 22:53:42 +0100 |
commit | af048c18889d4232ba48aa87bdd20a2320723b43 (patch) | |
tree | 3e0fe14f7489401880c17234bb144999acb85888 /lib | |
parent | 7536d879835346ee8671a43b3f9e0bf5a70ad7c3 (diff) | |
download | perl-af048c18889d4232ba48aa87bdd20a2320723b43.tar.gz |
bump versions of non-dual-life modules that
* differ between 5.10.0 and maint-5.10, or
* differ between 5.8.9 and maint-5.10
Diffstat (limited to 'lib')
-rw-r--r-- | lib/Benchmark.pm | 2 | ||||
-rw-r--r-- | lib/Carp.pm | 2 | ||||
-rw-r--r-- | lib/DB.pm | 2 | ||||
-rw-r--r-- | lib/DirHandle.pm | 2 | ||||
-rw-r--r-- | lib/Dumpvalue.pm | 2 | ||||
-rw-r--r-- | lib/File/Compare.pm | 2 | ||||
-rw-r--r-- | lib/FileHandle.pm | 2 | ||||
-rw-r--r-- | lib/I18N/Collate.pm | 2 | ||||
-rw-r--r-- | lib/PerlIO.pm | 2 | ||||
-rw-r--r-- | lib/SelectSaver.pm | 2 | ||||
-rw-r--r-- | lib/Term/ReadLine.pm | 2 | ||||
-rw-r--r-- | lib/UNIVERSAL.pm | 2 | ||||
-rw-r--r-- | lib/charnames.pm | 2 | ||||
-rw-r--r-- | lib/open.pm | 2 | ||||
-rw-r--r-- | lib/overload.pm | 2 |
15 files changed, 15 insertions, 15 deletions
diff --git a/lib/Benchmark.pm b/lib/Benchmark.pm index 19a034318d..269674cfda 100644 --- a/lib/Benchmark.pm +++ b/lib/Benchmark.pm @@ -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 diff --git a/lib/Carp.pm b/lib/Carp.pm index 6fb36a9c0b..c06f949cc7 100644 --- a/lib/Carp.pm +++ b/lib/Carp.pm @@ -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 @@ -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 diff --git a/lib/DirHandle.pm b/lib/DirHandle.pm index 757bf4b841..fc27dfb1e6 100644 --- a/lib/DirHandle.pm +++ b/lib/DirHandle.pm @@ -1,6 +1,6 @@ package DirHandle; -our $VERSION = '1.02'; +our $VERSION = '1.03'; =head1 NAME diff --git a/lib/Dumpvalue.pm b/lib/Dumpvalue.pm index d5d93c7884..88e1493d3d 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.12'; +our $VERSION = '1.13'; our(%address, $stab, @stab, %stab, %subs); # documentation nits, handle complex data structures better by chromatic diff --git a/lib/File/Compare.pm b/lib/File/Compare.pm index 7418fe61e5..05e1c41d21 100644 --- a/lib/File/Compare.pm +++ b/lib/File/Compare.pm @@ -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); diff --git a/lib/FileHandle.pm b/lib/FileHandle.pm index b609614d5d..6b3636a089 100644 --- a/lib/FileHandle.pm +++ b/lib/FileHandle.pm @@ -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); diff --git a/lib/I18N/Collate.pm b/lib/I18N/Collate.pm index 257390f492..decc86ce3f 100644 --- a/lib/I18N/Collate.pm +++ b/lib/I18N/Collate.pm @@ -1,7 +1,7 @@ package I18N::Collate; use strict; -our $VERSION = '1.00'; +our $VERSION = '1.01'; =head1 NAME diff --git a/lib/PerlIO.pm b/lib/PerlIO.pm index 980df2ca80..f4a01974b6 100644 --- a/lib/PerlIO.pm +++ b/lib/PerlIO.pm @@ -1,6 +1,6 @@ package PerlIO; -our $VERSION = '1.05'; +our $VERSION = '1.06'; # Map layer name to package that defines it our %alias; diff --git a/lib/SelectSaver.pm b/lib/SelectSaver.pm index f0900a5a74..b67adff42b 100644 --- a/lib/SelectSaver.pm +++ b/lib/SelectSaver.pm @@ -1,6 +1,6 @@ package SelectSaver; -our $VERSION = '1.01'; +our $VERSION = '1.02'; =head1 NAME diff --git a/lib/Term/ReadLine.pm b/lib/Term/ReadLine.pm index 9681c117ca..29acb84901 100644 --- a/lib/Term/ReadLine.pm +++ b/lib/Term/ReadLine.pm @@ -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) { diff --git a/lib/UNIVERSAL.pm b/lib/UNIVERSAL.pm index d0aa1ede18..5e3c8c833c 100644 --- a/lib/UNIVERSAL.pm +++ b/lib/UNIVERSAL.pm @@ -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 diff --git a/lib/charnames.pm b/lib/charnames.pm index b8eb2b4369..0acae61f2e 100644 --- a/lib/charnames.pm +++ b/lib/charnames.pm @@ -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 diff --git a/lib/open.pm b/lib/open.pm index 1d1c0c726e..a6b4250e32 100644 --- a/lib/open.pm +++ b/lib/open.pm @@ -1,7 +1,7 @@ package open; use warnings; -our $VERSION = '1.06'; +our $VERSION = '1.07'; require 5.008001; # for PerlIO::get_layers() diff --git a/lib/overload.pm b/lib/overload.pm index a38456807a..7e392d72a4 100644 --- a/lib/overload.pm +++ b/lib/overload.pm @@ -1,6 +1,6 @@ package overload; -our $VERSION = '1.07'; +our $VERSION = '1.08'; sub nil {} |