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

Changes for version 0.000008 - 2021-06-08

  • Detect imported symbols used in prototypes
  • Ignore more modules
  • Make annotation regex less restrictive
  • Add --libs arg to dump-perl-exports
  • Detect when modules are only used via package variables
  • Detect subs which are only re-exported via Sub::Exporter
  • Optimize for speed a little bit more

Documentation

A command line utility for describing what a class exports
A command line utility for cleaning up imports in your Perl code

Modules

Make implicit imports explicit
Find line ranges where perlimports has been disabled
CLI arg parsing for perlimports
Make implicit imports explicit
Inspect code for exportable symbols
Encapsulate one use statement in a document
Provide a logger attribute to App::perlimports objects