Skip to content

Commit

Permalink
Port: p5-config-tiny
Browse files Browse the repository at this point in the history
Version:	2.05

New port perl/p5-config-tiny
Perl module Config::Tiny
Read/Write .ini style files with as little code as possible

git-svn-id: https://svn.macports.org/repository/macports/trunk/dports@17168 d073be05-634f-4543-b044-5fe20cf6d1d6
  • Loading branch information
blb committed Mar 26, 2006
1 parent 2037123 commit eb8b38a
Showing 1 changed file with 25 additions and 0 deletions.
25 changes: 25 additions & 0 deletions perl/p5-config-tiny/Portfile
Original file line number Diff line number Diff line change
@@ -0,0 +1,25 @@
# $Id: Portfile,v 1.1 2006/03/26 09:04:07 blb Exp $

PortSystem 1.0
PortGroup perl5 1.0
perl5.setup Config-Tiny 2.05
maintainers darwinports@opendarwin.org
description Read/Write .ini style files with as little code as possible
long_description \
"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. Most of the time it is accepted that Perl \
applications use a lot of memory and modules. The "::Tiny" family of \
modules is specifically intended to provide an ultralight alternative \
to the standard modules.\
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. To rephrase, Config::Tiny \
does not preserve your comments, whitespace, or the order of your \
config file.

platforms darwin

checksums md5 bac7f9eda771593c869313859fe45ff7

0 comments on commit eb8b38a

Please sign in to comment.