- download, unzip
- install
perl Makefile.PL --bootstrap
make && make test && make install
- set env var
echo 'eval $(perl -I$HOME/perl5/lib/perl5 -Mlocal::lib)' >>~/.bashrc
- test
perl -MCPAN -eshell
install Acme::Time::Baby
perl -MAcme::Time::Baby -E 'say babytime'
No comments:
Post a Comment