The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.

Changes for version 1.016 - 2013-06-19

  • new executable is bundled, scan-perl-prereqs, to take the plae of scan_prereqs; it has cpanm-friendly output by default, but supports --pretty and --by-file (thanks to John SJ Anderson for some of the work on this!)
  • add Superclass scanner for superclass.pm (thanks, David Golden!)
  • make scan_prereqs scan .t files (thanks, David Golden!)
  • add scan_module method (thanks, Neil Bowers!)
  • lib.pm is now indexed in 02packages; stop skipping it (thanks, Kevin Dawson!)

Documentation

scan your working dir for likely prereqs
scan your working dir for likely prereqs

Modules

a tool to scan your Perl code for its prerequisites
something that scans for prereqs in a Perl document
scan for OO module aliases via aliased.pm
scan for Moose sugar indicators of required modules
scan for POE components
scan for core Perl 5 language indicators of required modules
scan for modules loaded with superclass.pm
scanner to find recent Test::More usage