diff options
author | Jarkko Hietaniemi <jhi@iki.fi> | 2001-06-30 16:03:40 +0000 |
---|---|---|
committer | Jarkko Hietaniemi <jhi@iki.fi> | 2001-06-30 16:03:40 +0000 |
commit | 76fbd8c4ea7bb4d7a18a2c0a1d508a67659f3068 (patch) | |
tree | 07df987d6dc9101dd46cf553b10d3842b15a9e0f /lib/Test.pm | |
parent | 561c79edc84c161bc73be7aa0d10cde362797d7d (diff) | |
download | perl-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/Test.pm')
-rw-r--r-- | lib/Test.pm | 2 |
1 files changed, 1 insertions, 1 deletions
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'); |