Commit graph

8 commits

Author SHA1 Message Date
mef
e72c6d3841 Updated devel/p5-Exporter-Tiny to 0.044
---------------------------------------
0.044   2017-01-30
 [ Packaging ]
 - Repackage as a stable release.

0.043_02        2017-01-30
 [ Packaging ]
 - Release using newer versions of toolchain stuff.
2017-02-04 06:58:14 +00:00
wiz
86a78fce2e Bump PKGREVISION for perl-5.24. 2016-06-08 19:22:13 +00:00
agc
d9e4cfe05d Add SHA512 digests for distfiles for devel category
Issues found with existing distfiles:
	distfiles/eclipse-sourceBuild-srcIncluded-3.0.1.zip
	distfiles/fortran-utils-1.1.tar.gz
	distfiles/ivykis-0.39.tar.gz
	distfiles/enum-1.11.tar.gz
	distfiles/pvs-3.2-libraries.tgz
	distfiles/pvs-3.2-linux.tgz
	distfiles/pvs-3.2-solaris.tgz
	distfiles/pvs-3.2-system.tgz
No changes made to these distinfo files.

Otherwise, existing SHA1 digests verified and found to be the same on
the machine holding the existing distfiles (morden).  All existing
SHA1 digests retained for now as an audit trail.
2015-11-03 03:27:11 +00:00
wiz
0982effce2 Recursive PKGREVISION bump for all packages mentioning 'perl',
having a PKGNAME of p5-*, or depending such a package,
for perl-5.22.0.
2015-06-12 10:48:20 +00:00
mef
b04b578507 Update 0.042 to 0.043.01
------------------------
0.043_01        2014-11-09
 [ Documentation ]
 - Restructure documentation.

 [ Other ]
 - Support { -as => CODE } to programatically rename functions.
2015-01-29 12:17:44 +00:00
wiz
d59c943dbc 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-05 14:34:00 +00:00
wiz
9acede68fe 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-10-01 11:00:00 +00:00
wiz
8db2aaa763 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.
2014-09-06 13:58:41 +00:00