From 76fbd8c4ea7bb4d7a18a2c0a1d508a67659f3068 Mon Sep 17 00:00:00 2001 From: Jarkko Hietaniemi Date: Sat, 30 Jun 2001 16:03:40 +0000 Subject: [PATCH] More VERSION tuning: to avoid unnecessary Perl upgrades by CPAN.pm, use rather _00. p4raw-id: //depot/perl@11047 --- ext/Errno/Errno_pm.PL | 2 +- ext/IO/lib/IO/Dir.pm | 2 +- ext/IO/lib/IO/Handle.pm | 2 +- ext/IO/lib/IO/Seekable.pm | 2 +- ext/IO/lib/IO/Socket/UNIX.pm | 2 +- ext/IPC/SysV/Msg.pm | 2 +- ext/IPC/SysV/Semaphore.pm | 2 +- ext/IPC/SysV/SysV.pm | 2 +- ext/Time/HiRes/HiRes.pm | 2 +- lib/CGI/Pretty.pm | 2 +- lib/CPAN/Nox.pm | 2 +- lib/ExtUtils/Embed.pm | 2 +- lib/Test.pm | 2 +- 13 files changed, 13 insertions(+), 13 deletions(-) diff --git a/ext/Errno/Errno_pm.PL b/ext/Errno/Errno_pm.PL index b3514d4..58b440b 100644 --- a/ext/Errno/Errno_pm.PL +++ b/ext/Errno/Errno_pm.PL @@ -2,7 +2,7 @@ use ExtUtils::MakeMaker; use Config; use strict; -our $VERSION = "1.111"; +our $VERSION = "1.09_00"; my %err = (); diff --git a/ext/IO/lib/IO/Dir.pm b/ext/IO/lib/IO/Dir.pm index 68b00a3..d09eb7f 100644 --- a/ext/IO/lib/IO/Dir.pm +++ b/ext/IO/lib/IO/Dir.pm @@ -19,7 +19,7 @@ use File::stat; use File::Spec; @ISA = qw(Tie::Hash Exporter); -$VERSION = "1.04"; +$VERSION = "1.03_00"; @EXPORT_OK = qw(DIR_UNLINK); sub DIR_UNLINK () { 1 } diff --git a/ext/IO/lib/IO/Handle.pm b/ext/IO/lib/IO/Handle.pm index 0810422..8d9de0f 100644 --- a/ext/IO/lib/IO/Handle.pm +++ b/ext/IO/lib/IO/Handle.pm @@ -258,7 +258,7 @@ use IO (); # Load the XS module require Exporter; @ISA = qw(Exporter); -$VERSION = "1.22"; +$VERSION = "1.21_00"; @EXPORT_OK = qw( autoflush diff --git a/ext/IO/lib/IO/Seekable.pm b/ext/IO/lib/IO/Seekable.pm index 650f755..89e8955 100644 --- a/ext/IO/lib/IO/Seekable.pm +++ b/ext/IO/lib/IO/Seekable.pm @@ -107,7 +107,7 @@ require Exporter; @EXPORT = qw(SEEK_SET SEEK_CUR SEEK_END); @ISA = qw(Exporter); -$VERSION = "1.09"; +$VERSION = "1.08_00"; sub seek { @_ == 3 or croak 'usage: $io->seek(POS, WHENCE)'; diff --git a/ext/IO/lib/IO/Socket/UNIX.pm b/ext/IO/lib/IO/Socket/UNIX.pm index b69aa8c..f9651cb 100644 --- a/ext/IO/lib/IO/Socket/UNIX.pm +++ b/ext/IO/lib/IO/Socket/UNIX.pm @@ -13,7 +13,7 @@ use Socket; use Carp; @ISA = qw(IO::Socket); -$VERSION = "1.21"; +$VERSION = "1.20_00"; IO::Socket::UNIX->register_domain( AF_UNIX ); diff --git a/ext/IPC/SysV/Msg.pm b/ext/IPC/SysV/Msg.pm index 3269b26..59d44b5 100644 --- a/ext/IPC/SysV/Msg.pm +++ b/ext/IPC/SysV/Msg.pm @@ -11,7 +11,7 @@ use strict; use vars qw($VERSION); use Carp; -$VERSION = "1.01"; +$VERSION = "1.00_00"; { package IPC::Msg::stat; diff --git a/ext/IPC/SysV/Semaphore.pm b/ext/IPC/SysV/Semaphore.pm index 287d438..df5dc4f 100644 --- a/ext/IPC/SysV/Semaphore.pm +++ b/ext/IPC/SysV/Semaphore.pm @@ -12,7 +12,7 @@ use strict; use vars qw($VERSION); use Carp; -$VERSION = "1.01"; +$VERSION = "1.00_00"; { package IPC::Semaphore::stat; diff --git a/ext/IPC/SysV/SysV.pm b/ext/IPC/SysV/SysV.pm index a85ae5c..9b62bbf 100644 --- a/ext/IPC/SysV/SysV.pm +++ b/ext/IPC/SysV/SysV.pm @@ -14,7 +14,7 @@ use Config; require Exporter; @ISA = qw(Exporter); -$VERSION = "1.04"; +$VERSION = "1.03_00"; @EXPORT_OK = qw( GETALL GETNCNT GETPID GETVAL GETZCNT diff --git a/ext/Time/HiRes/HiRes.pm b/ext/Time/HiRes/HiRes.pm index 0ff4798..f512145 100644 --- a/ext/Time/HiRes/HiRes.pm +++ b/ext/Time/HiRes/HiRes.pm @@ -12,7 +12,7 @@ use XSLoader; @EXPORT_OK = qw (usleep sleep ualarm alarm gettimeofday time tv_interval getitimer setitimer ITIMER_REAL ITIMER_VIRTUAL ITIMER_PROF); -$VERSION = '1.21'; +$VERSION = '1.20_00'; sub AUTOLOAD { my $constname; diff --git a/lib/CGI/Pretty.pm b/lib/CGI/Pretty.pm index 26671b1..fe2f07f 100644 --- a/lib/CGI/Pretty.pm +++ b/lib/CGI/Pretty.pm @@ -10,7 +10,7 @@ package CGI::Pretty; use strict; use CGI (); -$CGI::Pretty::VERSION = '1.06'; +$CGI::Pretty::VERSION = '1.05_00'; $CGI::DefaultClass = __PACKAGE__; $CGI::Pretty::AutoloadClass = 'CGI'; @CGI::Pretty::ISA = qw( CGI ); diff --git a/lib/CPAN/Nox.pm b/lib/CPAN/Nox.pm index 8812d25..56628a5 100644 --- a/lib/CPAN/Nox.pm +++ b/lib/CPAN/Nox.pm @@ -9,7 +9,7 @@ BEGIN{ use base 'Exporter'; use CPAN; -$VERSION = "1.01"; +$VERSION = "1.00_00"; $CPAN::META->has_inst('MD5','no'); $CPAN::META->has_inst('LWP','no'); $CPAN::META->has_inst('Compress::Zlib','no'); diff --git a/lib/ExtUtils/Embed.pm b/lib/ExtUtils/Embed.pm index d244e48..224b00c 100644 --- a/lib/ExtUtils/Embed.pm +++ b/lib/ExtUtils/Embed.pm @@ -18,7 +18,7 @@ use vars qw(@ISA @EXPORT $VERSION ); use strict; -$VERSION = sprintf("%d.%02d", q$Revision: 1.2506 $ =~ /(\d+)\.(\d+)/); +$VERSION = sprintf("%d.%02d", q$Revision: 1.2505_00 $ =~ /(\d+)\.(\d+)/); @ISA = qw(Exporter); @EXPORT = qw(&xsinit &ldopts diff --git a/lib/Test.pm b/lib/Test.pm index 3dab894..77728bc 100644 --- a/lib/Test.pm +++ b/lib/Test.pm @@ -9,7 +9,7 @@ use vars (qw($VERSION @ISA @EXPORT @EXPORT_OK $ntest $TestLevel), #public-ish qw($TESTOUT $ONFAIL %todo %history $planned @FAILDETAIL)#private-ish ); -$VERSION = '1.18'; +$VERSION = '1.17_00'; require Exporter; @ISA=('Exporter'); -- 2.7.4