Changes for version 0.000064 - 2026-09-09
- Write the "<file> OK" --lint success summary to STDOUT instead of STDERR, so a clean run leaves STDERR empty, and add a --quiet/-q flag that suppresses the success summary and quiets info/notice-level console log noise; genuine warnings and errors still reach STDERR (GH#163) (Olaf Alders)
- Also suppress the Sandbox::eval_pkg trial-load warning under its Perl 5.44 wording ("Attempt to call missing import method"), which the 5.44 dev cycle renamed from "undefined"; fixes a t/never-exports.t failure on Fedora 45 (GH#181) (reported by @mavit)
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
Generic configuration options 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
Sort a document's include statements