Revision history for Modern::Perl::Prelude
0.005 2026-03-17
- Add optional -class import via Feature::Compat::Class
- Add optional -defer import via Feature::Compat::Defer
- Keep new compat layers lazy-loaded so existing default import behavior stays unchanged
- Add t/04-class-defer.t to cover optional compat imports
- Update packaging metadata and author EOL coverage for new test file
- Add author and git information
0.004 2026-03-17
- Add argument handling tests in t/03-args.t
- Reach 100% statement, branch, subroutine and total coverage
- Fix UTF-8 option tests to match real lexical behavior
- Silence once-only package variable warning in args test
- Finalize test suite for use/no and option validation paths
0.003 2026-03-17
- Make unimport honest: only undo native pragmata/features
- Fix no.t to test only reliably reversible native features
- Clarify POD about import-only compat layers
0.002 2026-03-17
- Add unimport support: no Modern::Perl::Prelude
- Add author tests
- Add GitHub Actions CI matrix for Perl 5.30 .. 5.42
- Add cpanfile
- Refresh distribution skeleton
0.001 2026-03-17
- First version