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 => [ ... ], ]);
Revision | Action | file |
1.1 | import | pkgsrc/devel/p5-Data-OptList/DESCR |
1.1 | import | pkgsrc/devel/p5-Data-OptList/Makefile |
1.1 | import | pkgsrc/devel/p5-Data-OptList/PLIST |
1.1 | import | pkgsrc/devel/p5-Data-OptList/distinfo |