|
ADC Home > Reference Library > Reference > Mac OS X > Mac OS X Man Pages
|
|
This document is a Mac OS X manual page. Manual pages are a command-line technology for providing documentation. You can view these manual pages locally using the man(1) command. These manual pages come from many different sources, and thus, have a variety of writing styles. For more information about the manual page format, see the manual page for manpages(5). |
CPAN::Nox(3pm) Perl Programmers Reference Guide CPAN::Nox(3pm)
NAME
CPAN::Nox - Wrapper around CPAN.pm without using any XS module
SYNOPSIS
Interactive mode:
perl -MCPAN::Nox -e shell;
DESCRIPTION
This package has the same functionality as CPAN.pm, but tries to prevent the usage of compiled exten-sions extensions
sions during its own execution. Its primary purpose is a rescue in case you upgraded perl and broke
binary compatibility somehow.
SEE ALSO
CPAN(3)
perl v5.8.8 2001-09-21 CPAN::Nox(3pm)
|
|