Path to this page:
./
devel/p5-Data-OptList,
Parse and validate simple name/value option pairs
Branch: pkgsrc-2014Q1,
Version: 0.108,
Package name: p5-Data-OptList-0.108,
Maintainer: pkgsrc-usersparse 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 => [ ... ],
]);
Required to run:[
devel/p5-Sub-Install]
Master sites: (Expand)
SHA1: 450c8562fb23b7631ab93aaa8dac50e7c10cb15e
RMD160: 47c074d5ab3aa8197598097755f8df8068f374d6
Filesize: 15.821 KB
Version history: (Expand)
- (2014-04-04) Package has been reborn
- (2014-04-03) Package added to pkgsrc.se, version p5-Data-OptList-0.108 (created)