http://qs321.pair.com?node_id=1029157


in reply to How Do You Manage Your Perl Modules?

On my local dev box I use public CPAN, if/when stuff leaves my box they get built with pp and the "current" version on my dev host is then shipped (once QA are happy).

Odd arrangement, but the Perl component of my current role involves only 2 projects and is not on public release.

print "Good ",qw(night morning afternoon evening)[(localtime)[2]/6]," fellow monks."