3 BEGIN{$CPAN::Suppress_readline=1 unless defined $CPAN::term;}
8 $CPAN::META->has_inst('MD5','no');
9 $CPAN::META->has_inst('LWP','no');
10 $CPAN::META->has_inst('Compress::Zlib','no');
11 @EXPORT = @CPAN::EXPORT;
13 *AUTOLOAD = \&CPAN::AUTOLOAD;
17 CPAN::Nox - Wrapper around CPAN.pm without using any XS module
23 perl -MCPAN::Nox -e shell;
27 This package has the same functionality as CPAN.pm, but tries to
28 prevent the usage of compiled extensions during it's own
29 execution. It's primary purpose is a rescue in case you upgraded perl
30 and broke binary compatibility somehow.