Last edit
Summary: g
Added:
> ... gets you to the shell but you can also just use the command line
> cpan -u # upgrades all modules
Changed:
< The Perl which installs with pkg-get was compiled with the Forte compiler which most people don't have; if you add modules with CPAN which need to be compiled.
to
> The Perl which installs with pkg-get was compiled with the Forte compiler which most people don't have; if you add modules with CPAN which need to be compiled.
The shell
perl -MCPAN -e shell
... gets you to the shell but you can also just use the command line
cpan -u # upgrades all modules
Common commands
install Module::Name uninstall Module::Name upgrade
To reinitialize CPAN's configuration:
o conf init
The Perl which installs with pkg-get was compiled with the Forte compiler which most people don't have; if you add modules with CPAN which need to be compiled.
Following directions here:
Or you can manually make with something like:
perl -cc=gcc Makefile.pl
Perl modules we need: