|
Hopefully, this page is exactly what you are looking for, but if not, you can always find further assistance on Unix/Linux Forum!
CPAN(1) Perl Programmers Reference Guide CPAN(1)
NAME
cpan - easily interact with CPAN from the command line
SYNOPSIS
# with arguments, installs specified modules
cpan module_name [ module_name ... ]
# with switches, installs modules with extra behavior
cpan [-cimt] module_name [ module_name ... ]
# without arguments, starts CPAN shell
cpan
# without arguments, but some switches
cpan [-ahrv]
DESCRIPTION
This script provides a command interface (not a shell) to CPAN.pm.
Meta Options
These options are mutually exclusive, and the script processes them in
this order: [ahvr]. Once the script finds one, it ignores the others,
and then exits after it finishes the task. The script ignores any
other command line options.
-a Creates the CPAN.pm autobundle with CPAN::Shell->autobundle.
-h Prints a help message.
-r Recompiles dynamically loaded modules with CPAN::Shell->recompile.
-v Print the script version and CPAN.pm version.
Module options
These options are mutually exclusive, and the script processes them in
alphabetical order.
c Runs a `make clean` in the specified module's directories.
i Installed the specified modules.
m Makes the specified modules.
t Runs a `make test` on the specified modules.
Examples
# print a help message
cpan -h
# print the version numbers
cpan -v
# create an autobundle
cpan -a
# recompile modules
cpan -r
# install modules
cpan -i Netscape::Booksmarks Business::ISBN
TO DO
* add options for other CPAN::Shell functions autobundle, clean, make,
recompile, test
BUGS
* none noted
SEE ALSO
Most behaviour, including environment variables and configuration,
comes directly from CPAN.pm.
AUTHOR
brian d foy <bdfoy@cpan.org>
perl v5.8.8 2006-10-15 CPAN(1)
Man(1) output converted with
man2html and wrapped by fishsponge
This page was generated on Wed Sep 19 19:59:05 BST 2007
|
Your favourite pages:
No pages logged yet. Trying to save cookie... Top 10 most popular pages:
sqlite3 man page (5325 hits) (openSUSE 10.2)
svn man page (5195 hits) (FreeBSD 6.2)
adv_cap_autoneg man page (4867 hits) (Solaris 10 11_06)
CPAN man page (4603 hits) (Suse Linux 10.1)
ssh man page (4340 hits) (Suse Linux 10.1)
ssh-socks5-proxy-connect man page (2858 hits) (Solaris 10 11_06)
netcat man page (2701 hits) (Suse Linux 10.1)
pprosetup man page (2480 hits) (Solaris 10 11_06)
startproc man page (2466 hits) (Suse Linux 10.1)
signal man page (2399 hits) (Suse Linux 10.1)
|