summaryrefslogtreecommitdiff
path: root/devel/p5-Exporter-Lite
AgeCommit message (Collapse)AuthorFilesLines
2014-08-13Update to 0.06:wiz2-6/+6
0.06 2014-07-29 - Improved the abstract - explicit mention that functions are supported - Improved the SYNOPSIS - split into separate code blocks - Improved the DESCRIPTION. Made clearer that as soon as you specify an import symbol, you have to also specify any you want from @EXPORT. - Removed the BUGS and CAVEATS section from the doc; it was just being self-deprecating about whether it deserved the "lite" moniker.
2014-07-28Update to 0.05wen2-7/+6
Upstream changes: 0.05 2014-03-26 - Improved the DESCRIPTION section, particularly the first paragraph. - Added a bunch more Exporter modules to the SEE ALSO section. 0.04 2014-03-26 - Added Constant::Exporter::Lazy to SEE ALSO - Had forgotten to put README and Changes in MANIFEST. Sigh. 0.03 2014-03-25 - Now maintained by NEILB - Fixed typo reported by dsteinbrunner in RT#87096 - Now use strict and warnings - Added github repo to metadata and pod - Added README - Specified min perl version 5.6.0 in metadata - Set PREREQ_PM, TEST_REQUIRES, CONFIGURE_REQUIRES in Makefile.PL - Added a load of modules to SEE ALSO.
2014-05-29Bump for perl-5.20.0.wiz1-2/+2
Do it for all packages that * mention perl, or * have a directory name starting with p5-*, or * depend on a package starting with p5- like last time, for 5.18, where this didn't lead to complaints. Let me know if you have any this time.
2013-05-31Bump all packages for perl-5.18, thatwiz1-2/+2
a) refer 'perl' in their Makefile, or b) have a directory name of p5-*, or c) have any dependency on any p5-* package Like last time, where this caused no complaints.
2012-10-31Drop superfluous PKG_DESTDIR_SUPPORT, "user-destdir" is default these days.asau1-3/+1
2012-10-03Bump all packages that use perl, or depend on a p5-* package, orwiz1-2/+2
are called p5-*. I hope that's all of them.
2011-08-12Revision bump after updating perl to 5.14.1adam1-5/+5
2010-08-21Bump the PKGREVISION for all packages which depend directly on perl,seb1-2/+2
to trigger/signal a rebuild for the transition 5.10.1 -> 5.12.1. The list of packages is computed by finding all packages which end up having either of PERL5_USE_PACKLIST, BUILDLINK_API_DEPENDS.perl, or PERL5_PACKLIST defined in their make setup (tested via "make show-vars VARNAMES=..."), minus the packages updated after the perl package update. sno@ was right after all, obache@ kindly asked and he@ led the way. Thanks!
2008-10-19Bump the PKGREVISION for all packages which depend directly on perl,he1-1/+2
to trigger/signal a rebuild for the transition 5.8.8 -> 5.10.0. The list of packages is computed by finding all packages which end up having either of PERL5_USE_PACKLIST, BUILDLINK_API_DEPENDS.perl, or PERL5_PACKLIST defined in their make setup (tested via "make show-vars VARNAMES=...").
2008-08-22Initial import of p5-Exporter-Lite version 0.02 in the NetBSDseb3-0/+28
Packages Collection. The Perl 5 module Exporter::Lite is an alternative to the module Exporter intended to provide a lightweight subset of its functionality. It supports import(), @EXPORT and @EXPORT_OK and not a whole lot else.