Changes for version 0.02 - 2026-09-05
- Minifier: never rename local/our globals (only my) so fully-qualified $PKG::name references stay valid (fixes silent value loss)
- Minifier: fix bare-sigil Cast merge (print $fh $$source), package-globals now guarded by the :: name check
- bundle: pull modules without a .packlist from @INC (Debian / hand-installed)
- bundle: never bundle core modules (Module::CoreList filter) even when a bundled dep uses them
- bundle: normalise module-name arguments (Carp, File::HomeDir) to path form for FatPacker's require
- Tests split into t/{minify,deps,bundle,cli}.t with subcommand-dispatch coverage for the default 'pack' pipeline
Modules
PPI-based minifier and fatpack-style bundler for standalone Perl scripts