pkgsrc-Changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

CVS commit: pkgsrc/devel/p5-Exporter-Tiny



Module Name:    pkgsrc
Committed By:   wiz
Date:           Sat Sep  6 13:58:41 UTC 2014

Added Files:
        pkgsrc/devel/p5-Exporter-Tiny: DESCR Makefile distinfo

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.


To generate a diff of this commit:
cvs rdiff -u -r0 -r1.1 pkgsrc/devel/p5-Exporter-Tiny/DESCR \
    pkgsrc/devel/p5-Exporter-Tiny/Makefile \
    pkgsrc/devel/p5-Exporter-Tiny/distinfo

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.




Home | Main Index | Thread Index | Old Index