diff options
author | Andreas König <a.koenig@mind.de> | 2006-02-15 10:19:56 +0100 |
---|---|---|
committer | Steve Peters <steve@fisharerojo.org> | 2006-02-15 13:11:06 +0000 |
commit | 4d1321a770b2c1abed6424883ec43f5450b88465 (patch) | |
tree | 75296f397685c0b1277ee53c6821dc14da77ddc6 /lib/CPAN/Nox.pm | |
parent | 6295ebfaf1e0ca1b6ba18bec94c8355b342cc67f (diff) | |
download | perl-4d1321a770b2c1abed6424883ec43f5450b88465.tar.gz |
[PAUSE] CPAN Upload: A/AN/ANDK/CPAN-1.84.tar.gz
Message-ID: <87oe19owyb.fsf@k75.linux.bogus>
p4raw-id: //depot/perl@27192
Diffstat (limited to 'lib/CPAN/Nox.pm')
-rw-r--r-- | lib/CPAN/Nox.pm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/CPAN/Nox.pm b/lib/CPAN/Nox.pm index 41a7898b65..41bedf36f8 100644 --- a/lib/CPAN/Nox.pm +++ b/lib/CPAN/Nox.pm @@ -9,7 +9,7 @@ BEGIN{ use base 'Exporter'; use CPAN; -$VERSION = sprintf "%.2f", substr(q$Rev: 231 $,4)/100; +$VERSION = sprintf "%.6f", substr(q$Rev: 561 $,4)/1000000 + 5.4; $CPAN::META->has_inst('Digest::MD5','no'); $CPAN::META->has_inst('LWP','no'); $CPAN::META->has_inst('Compress::Zlib','no'); |