Lines Matching full:cpan
1 package CPAN::Nox;
6 $CPAN::Suppress_readline=1 unless defined $CPAN::term;
10 @CPAN::ISA = ('Exporter');
11 use CPAN;
14 $CPAN::META->has_inst('Digest::MD5','no');
15 $CPAN::META->has_inst('LWP','no');
16 $CPAN::META->has_inst('Compress::Zlib','no');
17 @EXPORT = @CPAN::EXPORT;
19 *AUTOLOAD = \&CPAN::AUTOLOAD;
27 CPAN::Nox - Wrapper around CPAN.pm without using any XS module
37 This package has the same functionality as CPAN.pm, but tries to
49 L<CPAN>