summaryrefslogtreecommitdiff
path: root/lib
diff options
context:
space:
mode:
authorJarkko Hietaniemi <jhi@iki.fi>2001-06-30 16:03:40 +0000
committerJarkko Hietaniemi <jhi@iki.fi>2001-06-30 16:03:40 +0000
commit76fbd8c4ea7bb4d7a18a2c0a1d508a67659f3068 (patch)
tree07df987d6dc9101dd46cf553b10d3842b15a9e0f /lib
parent561c79edc84c161bc73be7aa0d10cde362797d7d (diff)
downloadperl-76fbd8c4ea7bb4d7a18a2c0a1d508a67659f3068.tar.gz
More VERSION tuning: to avoid unnecessary Perl upgrades
by CPAN.pm, use rather _00. p4raw-id: //depot/perl@11047
Diffstat (limited to 'lib')
-rw-r--r--lib/CGI/Pretty.pm2
-rw-r--r--lib/CPAN/Nox.pm2
-rw-r--r--lib/ExtUtils/Embed.pm2
-rw-r--r--lib/Test.pm2
4 files changed, 4 insertions, 4 deletions
diff --git a/lib/CGI/Pretty.pm b/lib/CGI/Pretty.pm
index 26671b18ca..fe2f07faab 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 8812d25212..56628a5594 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 d244e48d4a..224b00c9f3 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 3dab894ecf..77728bc323 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');