aboutsummaryrefslogtreecommitdiff
path: root/devel/p5-Exporter-Declare
Commit message (Collapse)AuthorAgeFilesLines
* - Upgrade to 0.113.Jun Kuriyama2013-08-102-4/+5
| | | | Notes: svn path=/head/; revision=324499
* - Upgrade to 0.112.Jun Kuriyama2013-05-213-10/+3
| | | | Notes: svn path=/head/; revision=318697
* - Upgrade to 0.106.Jun Kuriyama2013-02-162-8/+3
| | | | Notes: svn path=/head/; revision=312333
* - Convert all remaining instances of BUILD_DEPENDS=${RUN_DEPENDS} orSteve Wills2012-06-101-1/+1
| | | | | | | | | | | RUN_DEPENDS=${BUILD_DEPENDS} to use := which portlint has warned about for a while. PR: ports/168208 Approved by: portmgr (miwi) Notes: svn path=/head/; revision=298970
* - Add TEST_DEPENDSSteve Wills2012-02-101-0/+2
| | | | | | | Approved by: maintainer (blanket) Notes: svn path=/head/; revision=290881
* - Upgrade to 0.105.Jun Kuriyama2011-08-062-3/+4
| | | | Notes: svn path=/head/; revision=279017
* Exporter::Declare is a meta-driven exporting tool. Exporter::DeclareJun Kuriyama2010-11-234-0/+61
tries to adopt all the good features of other exporting tools, while throwing away horrible interfaces. Exporter::Declare also provides hooks that allow you to add options and arguments for import. Finally, Exporter::Declare's meta-driven system allows for top-notch introspection. WWW: http://search.cpan.org/dist/Exporter-Declare/ Notes: svn path=/head/; revision=264979