Commit graph

3 commits

Author SHA1 Message Date
abs
90732343d6 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
2008-05-28 21:58:04 +00:00
jlam
56ba4d2690 Remove empty PLISTs from pkgsrc since revision 1.33 of plist/plist.mk
can handle packages having no PLIST files.
2007-10-25 16:54:26 +00:00
abs
eb6a9130f6 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 => [ ... ],
  ]);
2007-06-10 11:41:09 +00:00