summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorabs <abs>2007-06-10 11:41:09 +0000
committerabs <abs>2007-06-10 11:41:09 +0000
commitf7747099f8980b3c0312efc3d931f97a3f8d5ce7 (patch)
tree6bdfe67f3bed272d8b59f4a982f4c324a807793f /doc
parent1d9cfcf8aa712e8d4fda4ab775dfed0f42921bf0 (diff)
downloadpkgsrc-f7747099f8980b3c0312efc3d931f97a3f8d5ce7.tar.gz
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 => [ ... ], ]);
Diffstat (limited to 'doc')
-rw-r--r--doc/CHANGES-20073
1 files changed, 2 insertions, 1 deletions
diff --git a/doc/CHANGES-2007 b/doc/CHANGES-2007
index 2b8f4b7a36c..e76bcb46bd1 100644
--- a/doc/CHANGES-2007
+++ b/doc/CHANGES-2007
@@ -1,4 +1,4 @@
-$NetBSD: CHANGES-2007,v 1.1327 2007/06/10 11:39:55 abs Exp $
+$NetBSD: CHANGES-2007,v 1.1328 2007/06/10 11:41:34 abs Exp $
Changes to the packages collection and infrastructure in 2007:
@@ -2538,3 +2538,4 @@ Changes to the packages collection and infrastructure in 2007:
Added time/p5-DateTime-Format-MySQL version 0.04 [abs 2007-06-10]
Added devel/p5-Sub-Install version 0.924 [abs 2007-06-10]
Added devel/p5-Sub-Exporter version 0.974 [abs 2007-06-10]
+ Added devel/p5-Data-OptList version 0.101 [abs 2007-06-10]