aboutsummaryrefslogtreecommitdiff
path: root/devel/p5-Exporter-Tiny
Commit message (Collapse)AuthorAgeFilesLines
* - Update to 0.036Sunpoet Po-Chuan Hsieh2014-03-142-3/+3
| | | | | | | Changes: http://search.cpan.org/dist/Exporter-Tiny/Changes Notes: svn path=/head/; revision=348152
* - Remove outdated PERL_LEVEL checkSunpoet Po-Chuan Hsieh2014-02-271-7/+1
| | | | Notes: svn path=/head/; revision=346406
* - Update to 0.034Sunpoet Po-Chuan Hsieh2014-01-203-3/+5
| | | | | | | Changes: http://search.cpan.org/dist/Exporter-Tiny/Changes Notes: svn path=/head/; revision=340413
* - Update to 0.032Sunpoet Po-Chuan Hsieh2013-12-312-3/+3
| | | | | | | Changes: http://search.cpan.org/dist/Exporter-Tiny/Changes Notes: svn path=/head/; revision=338317
* - Update to 0.030Sunpoet Po-Chuan Hsieh2013-10-202-3/+3
| | | | | | | Changes: http://search.cpan.org/dist/Exporter-Tiny/Changes Notes: svn path=/head/; revision=330989
* - Add p5-Exporter-Tiny 0.026Sunpoet Po-Chuan Hsieh2013-10-014-0/+48
Exporter::Tiny supports many of Sub::Exporter's external-facing features including renaming imported functions with the -as, -prefix and -suffix options; explicit destinations with the into option; and alternative installers with the installler option. But it's written in only about 40% as many lines of code and with zero non-core dependencies. Its internal-facing interface is closer to Exporter.pm, with configuration done through the @EXPORT, @EXPORT_OK and %EXPORT_TAGS package variables. Exporter::Tiny performs most of its internal duties (including resolution of tag names to sub names, resolution of sub names to coderefs, and installation of coderefs into the target package) as method calls, which means they can be overridden to provide interesting behaviour. WWW: http://search.cpan.org/dist/Exporter-Tiny/ Notes: svn path=/head/; revision=328969