# -*- coding: utf-8; mode: tcl; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- vim:fenc=utf-8:ft=tcl:et:sw=4:ts=4:sts=4 # $Id$ PortSystem 1.0 PortGroup perl5 1.0 perl5.branches 5.16 5.18 5.20 5.22 perl5.setup Config-Tiny 2.22 license {Artistic-1 GPL} maintainers nomaintainer 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 extract.suffix .tgz checksums rmd160 f5c2b5a0471cffb31f6bbfff5a0966d6afd4b6ed \ sha256 91ce9728743db3d1b5b8be87e68d18de07b2eda15d8dd53423543e4e9c5b1324 supported_archs noarch