diff options
author | Gisle Aas <gisle@aas.no> | 2001-04-16 09:20:34 -0700 |
---|---|---|
committer | Abhijit Menon-Sen <ams@wiw.org> | 2001-09-17 16:05:15 +0000 |
commit | 5b6aeab679c43aa10cff58c7ca0d3c50ff2a15b3 (patch) | |
tree | 6b669189b78eed50cbd6b279e9f635f4dd3ab201 /lib/CPAN | |
parent | 00644a6fa367d534a096f3824a34d8e072e7ee45 (diff) | |
download | perl-5b6aeab679c43aa10cff58c7ca0d3c50ff2a15b3.tar.gz |
Make CPAN.pm use Digest::MD5
Message-ID: <lrlmp0sa7x.fsf@caliper.ActiveState.com>
(Applied by hand.)
p4raw-id: //depot/perl@12055
Diffstat (limited to 'lib/CPAN')
-rw-r--r-- | lib/CPAN/Nox.pm | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/CPAN/Nox.pm b/lib/CPAN/Nox.pm index 56628a5594..816df79e7c 100644 --- a/lib/CPAN/Nox.pm +++ b/lib/CPAN/Nox.pm @@ -9,8 +9,8 @@ BEGIN{ use base 'Exporter'; use CPAN; -$VERSION = "1.00_00"; -$CPAN::META->has_inst('MD5','no'); +$VERSION = "1.00_01"; +$CPAN::META->has_inst('Digest::MD5','no'); $CPAN::META->has_inst('LWP','no'); $CPAN::META->has_inst('Compress::Zlib','no'); @EXPORT = @CPAN::EXPORT; |