From: Jarkko Hietaniemi Date: Mon, 17 Sep 2001 11:55:07 +0000 (+0000) Subject: Bump up versions because of #12041. X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=b0cb64b6648430b97dc3cd7a3075e059eb971b16;hp=efa25ed091bea034e56ed4ccd51fc4c35e76f8ab;p=p5sagit%2Fp5-mst-13.2.git Bump up versions because of #12041. p4raw-id: //depot/perl@12049 --- diff --git a/ext/Devel/DProf/DProf.pm b/ext/Devel/DProf/DProf.pm index 728509c..6eb4c22 100644 --- a/ext/Devel/DProf/DProf.pm +++ b/ext/Devel/DProf/DProf.pm @@ -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; diff --git a/ext/IO/lib/IO/File.pm b/ext/IO/lib/IO/File.pm index 3b695bb..83699fb 100644 --- a/ext/IO/lib/IO/File.pm +++ b/ext/IO/lib/IO/File.pm @@ -116,7 +116,7 @@ require Exporter; @ISA = qw(IO::Handle IO::Seekable Exporter); -$VERSION = "1.08"; +$VERSION = "1.09"; @EXPORT = @IO::Seekable::EXPORT; diff --git a/ext/IO/lib/IO/Pipe.pm b/ext/IO/lib/IO/Pipe.pm index 0868e81..27747ce 100644 --- a/ext/IO/lib/IO/Pipe.pm +++ b/ext/IO/lib/IO/Pipe.pm @@ -14,7 +14,7 @@ our($VERSION); use Carp; use Symbol; -$VERSION = "1.121"; +$VERSION = "1.122"; sub new { my $type = shift; diff --git a/lib/Fatal.pm b/lib/Fatal.pm index 9b0f28a..bf54d91 100644 --- a/lib/Fatal.pm +++ b/lib/Fatal.pm @@ -5,7 +5,7 @@ use Carp; use strict; our($AUTOLOAD, $Debug, $VERSION); -$VERSION = 1.02; +$VERSION = 1.03; $Debug = 0 unless defined $Debug; diff --git a/lib/Time/gmtime.pm b/lib/Time/gmtime.pm index a6b95f3..39cfdc2 100644 --- a/lib/Time/gmtime.pm +++ b/lib/Time/gmtime.pm @@ -14,7 +14,7 @@ BEGIN { $tm_isdst ); %EXPORT_TAGS = ( FIELDS => [ @EXPORT_OK, @EXPORT ] ); - $VERSION = 1.01; + $VERSION = 1.02; } use vars @EXPORT_OK; diff --git a/lib/Time/localtime.pm b/lib/Time/localtime.pm index 5ac12e0..5495559 100644 --- a/lib/Time/localtime.pm +++ b/lib/Time/localtime.pm @@ -14,7 +14,7 @@ BEGIN { $tm_isdst ); %EXPORT_TAGS = ( FIELDS => [ @EXPORT_OK, @EXPORT ] ); - $VERSION = 1.01; + $VERSION = 1.02; } use vars @EXPORT_OK;