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

Changes for version 0.000026 - 2021-11-26

  • Ignore Env.pm for the time being (GH#47) (Olaf Alders)
  • Allow module name to be passed to dump-perl-exports without flag (GH#46) (Olaf Alders)
  • Ignore Constant::Generate and Git::Sub (GH#46) (Olaf Alders)
  • Bump minimum Perl to 5.12.0 (GH#46) (Olaf Alders)
  • Ignore modules which we cannot eval (GH#49) (Olaf Alders)
  • Ignore Sort::ByExample and MLDBM
  • Ensure --no-tidy-whitespace is passed as a CLI param (GH#53) (Olaf Alders)
  • Ignore Import::Into (GH#52) (Olaf Alders)
  • Ignore more whitespace changes (GH#54) (Olaf Alders)

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
Internal Tools for perlimports