2008-05-28 23:58:04 by David Brownlee | Files touched by this commit (2) |
Log message: Updated devel/p5-Data-OptList to 0.103 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-25 18:59:59 by Johnny C. Lam | Files touched by this commit (980) |
Log message: Remove empty PLISTs from pkgsrc since revision 1.33 of plist/plist.mk can handle packages having no PLIST files. |
2007-06-10 13:41:09 by David Brownlee | Files touched by this commit (4) | ![]() |
Log message: Added devel/p5-Data-OptList version 0.101 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 => [ ... ], ]); |