Subject: CVS commit: pkgsrc/devel/p5-Data-OptList
From: David Brownlee
Date: 2007-06-10 13:41:09
Message id: 20070610114109.75D2E21507@cvs.netbsd.org

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 => [ ... ],
  ]);


Files:
RevisionActionfile
1.1importpkgsrc/devel/p5-Data-OptList/DESCR
1.1importpkgsrc/devel/p5-Data-OptList/Makefile
1.1importpkgsrc/devel/p5-Data-OptList/PLIST
1.1importpkgsrc/devel/p5-Data-OptList/distinfo