1CPAN::Nox(3pm) Perl Programmers Reference Guide CPAN::Nox(3pm)
2
3
4
6 CPAN::Nox - Wrapper around CPAN.pm without using any XS module
7
9 Interactive mode:
10
11 perl -MCPAN::Nox -e shell;
12
14 This package has the same functionality as CPAN.pm, but tries to
15 prevent the usage of compiled extensions during its own execution. Its
16 primary purpose is a rescue in case you upgraded perl and broke binary
17 compatibility somehow.
18
20 This program is free software; you can redistribute it and/or modify it
21 under the same terms as Perl itself.
22
24 CPAN
25
26
27
28perl v5.16.3 2013-03-04 CPAN::Nox(3pm)