What's Changed
- Provide a global way to assure nostrict ever happens by @toddr in #66
- Fix define() + unmock() bug, CI modernization, prototype tests by @Koan-Bot in #69
- feat: mocked_subs() introspection + original() fix (GH #52, #42) by @Koan-Bot in #70
- fix: align noop() return value with mock_all(noop=>1) by @Koan-Bot in #71
- fix: add strict mode guard to mock_all() by @Koan-Bot in #72
- ci: add Perl 5.40 and 5.42 to test matrix by @Koan-Bot in #75
- docs: fix POD typos and syntax errors by @Koan-Bot in #76
- perf: optimize _strict_mode() with exists check by @Koan-Bot in #73
- fix: skip special Perl subs in mock_all() by @Koan-Bot in #74
New Contributors
Full Changelog: 0.180.0...0.182.0