Bump up versions because of #12041.
Jarkko Hietaniemi [Mon, 17 Sep 2001 11:55:07 +0000 (11:55 +0000)]
p4raw-id: //depot/perl@12049

ext/Devel/DProf/DProf.pm
ext/IO/lib/IO/File.pm
ext/IO/lib/IO/Pipe.pm
lib/Fatal.pm
lib/Time/gmtime.pm
lib/Time/localtime.pm

index 728509c..6eb4c22 100644 (file)
@@ -188,7 +188,7 @@ sub DB {
 use XSLoader ();
 
 # Underscore to allow older Perls to access older version from CPAN
-$Devel::DProf::VERSION = '20000000.00_00';  # this version not authorized by
+$Devel::DProf::VERSION = '20000000.00_01';  # this version not authorized by
                                     # Dean Roehrich. See "Changes" file.
 
 XSLoader::load 'Devel::DProf', $Devel::DProf::VERSION;
index 3b695bb..83699fb 100644 (file)
@@ -116,7 +116,7 @@ require Exporter;
 
 @ISA = qw(IO::Handle IO::Seekable Exporter);
 
-$VERSION = "1.08";
+$VERSION = "1.09";
 
 @EXPORT = @IO::Seekable::EXPORT;
 
index 0868e81..27747ce 100644 (file)
@@ -14,7 +14,7 @@ our($VERSION);
 use Carp;
 use Symbol;
 
-$VERSION = "1.121";
+$VERSION = "1.122";
 
 sub new {
     my $type = shift;
index 9b0f28a..bf54d91 100644 (file)
@@ -5,7 +5,7 @@ use Carp;
 use strict;
 our($AUTOLOAD, $Debug, $VERSION);
 
-$VERSION = 1.02;
+$VERSION = 1.03;
 
 $Debug = 0 unless defined $Debug;
 
index a6b95f3..39cfdc2 100644 (file)
@@ -14,7 +14,7 @@ BEGIN {
                        $tm_isdst
                    );
     %EXPORT_TAGS = ( FIELDS => [ @EXPORT_OK, @EXPORT ] );
-    $VERSION     = 1.01;
+    $VERSION     = 1.02;
 }
 use vars      @EXPORT_OK;
 
index 5ac12e0..5495559 100644 (file)
@@ -14,7 +14,7 @@ BEGIN {
                        $tm_isdst
                    );
     %EXPORT_TAGS = ( FIELDS => [ @EXPORT_OK, @EXPORT ] );
-    $VERSION     = 1.01;
+    $VERSION     = 1.02;
 }
 use vars      @EXPORT_OK;