2015-06-12 12:52:19 by Thomas Klausner | Files touched by this commit (3152) |
Log message:
Recursive PKGREVISION bump for all packages mentioning 'perl',
having a PKGNAME of p5-*, or depending such a package,
for perl-5.22.0.
|
2015-01-29 13:17:44 by Makoto Fujiwara | Files touched by this commit (2) |
Log message:
Update 0.042 to 0.043.01
------------------------
0.043_01 2014-11-09
[ Documentation ]
- Restructure documentation.
[ Other ]
- Support { -as => CODE } to programatically rename functions.
|
2014-10-05 16:34:00 by Thomas Klausner | Files touched by this commit (2) |
Log message:
Update to 0.042:
0.042 2014-10-04
[ Documentation ]
- Document the warning emitted when you provide options to a function you
are unimporting.
[ Other ]
- Housekeeping on %TRACKED.
0.041_02 2014-09-19
[ Bug Fixes ]
- Option validation needs to happen after expanding tags.
0.041_01 2014-09-18
- Add an `unimport` feature.
|
2014-10-01 13:00:00 by Thomas Klausner | Files touched by this commit (2) |
Log message:
Update to 0.040:
0.040 2014-09-17
[ Packaging ]
- Repackage as a stable release.
0.039_01 2014-07-20
[ Documentation ]
- Document warning and error messages produced by Exporter::Tiny.
[ Other ]
- Exporter::Tiny would previously cause B.pm to be loaded into memory any
time it exported anything. It no longer does.
- No longer die when redefining locally defined subs.
- Warn when redefining any subs.
|
2014-09-06 15:58:41 by Thomas Klausner | Files touched by this commit (3) |
Log message:
Import p5-Exporter-Tiny-0.038 as devel/p5-Exporter-Tiny.
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.
|