Path to this page:
./
devel/p5-Data-OptList,
Parse and validate simple name/value option pairs
Branch: pkgsrc-2014Q2,
Version: 0.108nb1,
Package name: p5-Data-OptList-0.108nb1,
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-Params-Util] [
devel/p5-Sub-Install] [
lang/perl5]
Master sites: (Expand)
SHA1: 450c8562fb23b7631ab93aaa8dac50e7c10cb15e
RMD160: 47c074d5ab3aa8197598097755f8df8068f374d6
Filesize: 15.821 KB
Version history: (Expand)
- (2014-07-11) Updated to version: p5-Data-OptList-0.108nb1
- (2014-07-02) Package added to pkgsrc.se, version p5-Data-OptList-0.108 (created)