Subject: CVS commit: pkgsrc/doc
To: None <pkgsrc-changes@NetBSD.org>
From: David Brownlee <abs@netbsd.org>
List: pkgsrc-changes
Date: 06/10/2007 11:41:34
Module Name: pkgsrc
Committed By: abs
Date: Sun Jun 10 11:41:34 UTC 2007
Modified Files:
pkgsrc/doc: CHANGES-2007
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 => [ ... ],
]);
To generate a diff of this commit:
cvs rdiff -r1.1327 -r1.1328 pkgsrc/doc/CHANGES-2007
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.