ASNMTAP
view release on metacpan or search on metacpan
perl Makefile.PL
make
make test
make install
OR
When you need a proxyserver, and your CPAN and/or CPANPLUS isn't confugured
to use one, then you must set:
- CPAN : HTTP_PROXY and/or FTP_PROXY
- CPANPLUS: http_proxy and/or ftp_proxy
CPAN
export HTTP_PROXY="http://host:port"
export FTP_PROXY="http://host:port"
perl -MCPAN -e shell
cpan shell -- CPAN exploration and modules installation (v1.xxx)
...
cpan> reload index
CPANPLUS
export http_proxy="http://host:port"
( run in 0.329 second using v1.01-cache-2.11-cpan-71847e10f99 )