summaryrefslogtreecommitdiff
path: root/devel/p5-Data-OptList
AgeCommit message (Collapse)AuthorFilesLines
2011-08-12Changes 0.107:adam2-7/+7
* mkopt now prefers named parameters; docs updated * added the name_test parameter to mkopt
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!
2010-02-16Update p5-Data-OptList from version 0.105 to version 0.106.seb2-7/+7
Pkgsrc changes: - adjust dependencies Upstream changes: 0.106 2010-02-14 correct version style mismatch for Sub::Install (thanks, brian d foy)
2010-01-26Update p5-Data-OptList from version 0.104nb1 to version 0.105.seb2-7/+7
Upstream changes: 0.105 2010-01-14 fix a typo in documenation (thanks, Florian Ragwitz)
2009-12-07Update p5-Data-OptList from version 0.104 to version 0.104nb1.seb1-1/+5
Pkgsrc changes: - Add missing dependencies - Bump PKGREVISION to 1
2009-01-19Update from version 1.103nb1 to 1.104.he2-7/+6
Upstream changes: 0.104 2009-01-16 add repo info to metadata
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-05-28Updated devel/p5-Data-OptList to 0.103abs2-7/+10
0.103 2007-11-01 require taint-safe Test::Pod 0.102 2006-07-04 improved documentation tweaked some Perl::Critic-offending code
2007-10-25Remove empty PLISTs from pkgsrc since revision 1.33 of plist/plist.mkjlam1-1/+0
can handle packages having no PLIST files.
2007-06-10Added devel/p5-Data-OptList version 0.101abs4-0/+33
parse and validate simple name/value option pairs. Example: use Data::OptList; my $options = Data::Optlist::mkopt([ qw(key1 key2 key3 key4), key5 => { ... }, key6 => [ ... ], key7 => sub { ... }, key8 => { ... }, key8 => [ ... ], ]);