aboutsummaryrefslogtreecommitdiff
path: root/devel/p5-Config-Objective/pkg-descr
diff options
context:
space:
mode:
authorSergey Matveychuk <sem@FreeBSD.org>2004-08-21 13:04:39 +0000
committerSergey Matveychuk <sem@FreeBSD.org>2004-08-21 13:04:39 +0000
commit92263bbe52fd08b214e73da5d0afa2a6268400f9 (patch)
treefd2c6b3788ca1b9846348b306ced073da676cddd /devel/p5-Config-Objective/pkg-descr
parent3b8d0436487b594f9d0257ce4659001934176983 (diff)
Notes
Diffstat (limited to 'devel/p5-Config-Objective/pkg-descr')
-rw-r--r--devel/p5-Config-Objective/pkg-descr8
1 files changed, 8 insertions, 0 deletions
diff --git a/devel/p5-Config-Objective/pkg-descr b/devel/p5-Config-Objective/pkg-descr
new file mode 100644
index 000000000000..88147e05bb7f
--- /dev/null
+++ b/devel/p5-Config-Objective/pkg-descr
@@ -0,0 +1,8 @@
+The Config::Objective module provides a mechanism for parsing config files
+to manipulate configuration data. Unlike most other config file modules,
+which represent config data as simple variables, Config::Objective
+represents config data as perl objects. This allows for a much more
+flexible configuration language, since new classes can be easily written
+to add methods to the config syntax.
+
+WWW: http://search.cpan.org/~roth/Config-Objective/