Changes for version 1.002002 - 2020-04-24
- Bug Fixes
- Bug in handling regexps in import lists; Exporter::Tiny allowed regexps like /foo/i but not /foo/. Having trailing flags is now optional! Tomohiro Hosaka++ <https://github.com/tobyink/p5-exporter-tiny/issues/6>
- Tests would fail if `PERL5OPT=-Mfeature=:5.18` environment variable was set. This is because bareword `-default` was being interpreted as the Perl `default` keyword. zhumengu++ <https://github.com/tobyink/p5-exporter-tiny/issues/5>
Documentation
odds and ends
creating an exporter using Exporter::Tiny
importing from Exporter::Tiny-based modules
the quickest way to get up and running with Exporter::Tiny
Modules
shortcut for Exporter::Tiny
an exporter with the features of Sub::Exporter but only core dependencies