Change 12049 by jhi@alpha on 2001/09/17 11:55:07
Bump up versions because of #12041.
Affected files ...
... //depot/perl/ext/Devel/DProf/DProf.pm#7 edit
... //depot/perl/ext/IO/lib/IO/File.pm#13 edit
... //depot/perl/ext/IO/lib/IO/Pipe.pm#12 edit
... //depot/perl/lib/Fatal.pm#8 edit
... //depot/perl/lib/Time/gmtime.pm#9 edit
... //depot/perl/lib/Time/localtime.pm#9 edit
Differences ...
==== //depot/perl/ext/Devel/DProf/DProf.pm#7 (text) ====
Index: perl/ext/Devel/DProf/DProf.pm
--- perl/ext/Devel/DProf/DProf.pm.~1~ Mon Sep 17 06:00:05 2001
+++ perl/ext/Devel/DProf/DProf.pm Mon Sep 17 06:00:05 2001
@@ -188,7 +188,7 @@
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;
==== //depot/perl/ext/IO/lib/IO/File.pm#13 (text) ====
Index: perl/ext/IO/lib/IO/File.pm
--- perl/ext/IO/lib/IO/File.pm.~1~ Mon Sep 17 06:00:05 2001
+++ perl/ext/IO/lib/IO/File.pm Mon Sep 17 06:00:05 2001
@@ -116,7 +116,7 @@
@ISA = qw(IO::Handle IO::Seekable Exporter);
-$VERSION = "1.08";
+$VERSION = "1.09";
@EXPORT = @IO::Seekable::EXPORT;
==== //depot/perl/ext/IO/lib/IO/Pipe.pm#12 (text) ====
Index: perl/ext/IO/lib/IO/Pipe.pm
--- perl/ext/IO/lib/IO/Pipe.pm.~1~ Mon Sep 17 06:00:05 2001
+++ perl/ext/IO/lib/IO/Pipe.pm Mon Sep 17 06:00:05 2001
@@ -14,7 +14,7 @@
use Carp;
use Symbol;
-$VERSION = "1.121";
+$VERSION = "1.122";
sub new {
my $type = shift;
==== //depot/perl/lib/Fatal.pm#8 (text) ====
Index: perl/lib/Fatal.pm
--- perl/lib/Fatal.pm.~1~ Mon Sep 17 06:00:05 2001
+++ perl/lib/Fatal.pm Mon Sep 17 06:00:05 2001
@@ -5,7 +5,7 @@
use strict;
our($AUTOLOAD, $Debug, $VERSION);
-$VERSION = 1.02;
+$VERSION = 1.03;
$Debug = 0 unless defined $Debug;
==== //depot/perl/lib/Time/gmtime.pm#9 (text) ====
Index: perl/lib/Time/gmtime.pm
--- perl/lib/Time/gmtime.pm.~1~ Mon Sep 17 06:00:05 2001
+++ perl/lib/Time/gmtime.pm Mon Sep 17 06:00:05 2001
@@ -14,7 +14,7 @@
$tm_isdst
);
%EXPORT_TAGS = ( FIELDS => [ @EXPORT_OK, @EXPORT ] );
- $VERSION = 1.01;
+ $VERSION = 1.02;
}
use vars @EXPORT_OK;
==== //depot/perl/lib/Time/localtime.pm#9 (text) ====
Index: perl/lib/Time/localtime.pm
--- perl/lib/Time/localtime.pm.~1~ Mon Sep 17 06:00:05 2001
+++ perl/lib/Time/localtime.pm Mon Sep 17 06:00:05 2001
@@ -14,7 +14,7 @@
$tm_isdst
);
%EXPORT_TAGS = ( FIELDS => [ @EXPORT_OK, @EXPORT ] );
- $VERSION = 1.01;
+ $VERSION = 1.02;
}
use vars @EXPORT_OK;
End of Patch.