flycat

Perl & CPAN

Apr 17th, 2012
313
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Bash 0.15 KB | None | 0 0
  1. # CPAN list modules need update
  2. perl -MCPAN -e 'CPAN::Shell->r'
  3.  
  4. # Module info
  5. cpan -D DateTime::TimeZone
  6.  
  7. # List of modules with versions
  8. cpan -O
Advertisement
Add Comment
Please, Sign In to add comment