diff options
Diffstat (limited to 'lib/CPAN')
-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 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'); |