-
-
24 Apr 2020 15:42:35 UTC
- Browse (raw)
- Changes
- Homepage
- How to Contribute
- Repository
- Issues (0)
- Testers (4810 / 0 / 0)
- Kwalitee
Bus factor: 1- 77.40% Coverage
- License: perl_5
- Perl: v5.6.1
- Activity
24 month- Tools
- Download (86.38KB)
- MetaCPAN Explorer
- Permissions
- Subscribe to distribution
- Permalinks
- This version
- Latest version
- Dependencies
- unknown
- Reverse dependencies
- CPAN Testers List
- Dependency graph
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 endscreating an exporter using Exporter::Tinyimporting from Exporter::Tiny-based modulesthe quickest way to get up and running with Exporter::TinyModules
shortcut for Exporter::Tinyan exporter with the features of Sub::Exporter but only core dependenciesExamples
Module Install Instructions
To install Exporter::Tiny, copy and paste the appropriate command in to your terminal.
cpanm Exporter::Tiny
perl -MCPAN -e shell install Exporter::Tiny
For more information on module installation, please visit the detailed CPAN module installation guide.