tolerate spaces when fixing up __cplusplus output by old h2xs
[p5sagit/p5-mst-13.2.git] / lib / CPAN / Nox.pm
CommitLineData
d4fd5c69 1BEGIN{$CPAN::Suppress_readline=1 unless defined $CPAN::term;}
5f05dabc 2
3use CPAN;
4
55e314ee 5$CPAN::META->has_inst('MD5','no');
6$CPAN::META->has_inst('LWP','no');
09d9d230 7$CPAN::META->has_inst('Compress::Zlib','no');
5f05dabc 8@EXPORT = @CPAN::EXPORT;
9
10*AUTOLOAD = \&CPAN::AUTOLOAD;
11
12=head1 NAME
13
14CPAN::Nox - Wrapper around CPAN.pm without using any XS module
15
16=head1 SYNOPSIS
17
18Interactive mode:
19
20 perl -MCPAN::Nox -e shell;
21
22=head1 DESCRIPTION
23
24This package has the same functionality as CPAN.pm, but tries to
25prevent the usage of compiled extensions during it's own
26execution. It's primary purpose is a rescue in case you upgraded perl
27and broke binary compatibility somehow.
28
29=head1 SEE ALSO
30
31CPAN(3)
32
33=cut
34