Commit graph

8 commits

Author SHA1 Message Date
wiz
a980bcef69 Update to 0.109:
0.109     2013-12-13 08:30:34 America/New_York
          update bugtracker and repo links
2014-09-06 12:52:02 +00:00
wiz
d2afbd5ae8 Update to 0.108:
0.108     2013-07-05 21:43:56 America/New_York
          repackage, new bug tracker
2013-09-05 18:39:35 +00:00
adam
da6c467b7c Changes 0.107:
* mkopt now prefers named parameters; docs updated
* added the name_test parameter to mkopt
2011-08-12 06:27:04 +00:00
seb
ef13deea93 Update p5-Data-OptList from version 0.105 to version 0.106.
Pkgsrc changes:
- adjust dependencies

Upstream changes:
0.106     2010-02-14
          correct version style mismatch for Sub::Install (thanks, brian d foy)
2010-02-16 00:26:15 +00:00
seb
b2f22c83bf Update p5-Data-OptList from version 0.104nb1 to version 0.105.
Upstream changes:
0.105     2010-01-14
          fix a typo in documenation (thanks, Florian Ragwitz)
2010-01-26 00:06:08 +00:00
he
681e30165e Update from version 1.103nb1 to 1.104.
Upstream changes:

0.104     2009-01-16
          add repo info to metadata
2009-01-19 23:50:15 +00:00
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
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