3 use vars qw($VERSION @EXPORT);
6 $CPAN::Suppress_readline=1 unless defined $CPAN::term;
13 $CPAN::META->has_inst('Digest::MD5','no');
14 $CPAN::META->has_inst('LWP','no');
15 $CPAN::META->has_inst('Compress::Zlib','no');
16 @EXPORT = @CPAN::EXPORT;
18 *AUTOLOAD = \&CPAN::AUTOLOAD;
24 CPAN::Nox - Wrapper around CPAN.pm without using any XS module
30 perl -MCPAN::Nox -e shell;
34 This package has the same functionality as CPAN.pm, but tries to
35 prevent the usage of compiled extensions during its own
36 execution. Its primary purpose is a rescue in case you upgraded perl
37 and broke binary compatibility somehow.