aboutsummaryrefslogtreecommitdiffstats
path: root/devel/p5-Config-Tiny/pkg-descr
diff options
context:
space:
mode:
authorskv <skv@FreeBSD.org>2003-05-18 21:54:21 +0800
committerskv <skv@FreeBSD.org>2003-05-18 21:54:21 +0800
commit2eb673e3c8b1e5482cadc07e0631ef117024bd87 (patch)
treef6d2f7ff5c3902333b918e3b0d73215b70eeed34 /devel/p5-Config-Tiny/pkg-descr
parenta1dded104db6828607f29eb176226e3a90c007a1 (diff)
downloadfreebsd-ports-graphics-2eb673e3c8b1e5482cadc07e0631ef117024bd87.tar.gz
freebsd-ports-graphics-2eb673e3c8b1e5482cadc07e0631ef117024bd87.tar.zst
freebsd-ports-graphics-2eb673e3c8b1e5482cadc07e0631ef117024bd87.zip
Add p5-Config-Tiny 0.3,
read/Write .ini style files with as little code as possible.
Diffstat (limited to 'devel/p5-Config-Tiny/pkg-descr')
-rw-r--r--devel/p5-Config-Tiny/pkg-descr14
1 files changed, 14 insertions, 0 deletions
diff --git a/devel/p5-Config-Tiny/pkg-descr b/devel/p5-Config-Tiny/pkg-descr
new file mode 100644
index 00000000000..1e71c93093c
--- /dev/null
+++ b/devel/p5-Config-Tiny/pkg-descr
@@ -0,0 +1,14 @@
+Config::Tiny is a perl class to read and write .ini style configuration
+files with as little code as possible, reducing load time and memory
+overhead. Memory usage is normally scoffed at in Perl, but in my
+opinion should be at least kept in mind.
+
+This module is primarily for reading human written files, and anything
+we write shouldn't need to have documentation/comments. If you need
+something with more power, move up to Config::Simple, Config::General or
+one of the many other Config:: modules.
+
+WWW: http://search.cpan.org/dist/Config-Tiny/
+
+-- Sergey Skvortsov
+skv@FreeBSD.org