aboutsummaryrefslogtreecommitdiff
path: root/devel/p5-YAML-AppConfig
Commit message (Collapse)AuthorAgeFilesLines
* - Convert all remaining instances of BUILD_DEPENDS=${RUN_DEPENDS} orSteve Wills2012-06-101-1/+1
| | | | | | | | | | | RUN_DEPENDS=${BUILD_DEPENDS} to use := which portlint has warned about for a while. PR: ports/168208 Approved by: portmgr (miwi) Notes: svn path=/head/; revision=298970
* - Apply RT#68118 patch.Jun Kuriyama2011-12-152-0/+39
| | | | | | | References: https://rt.cpan.org/Public/Bug/Display.html?id=68118 Notes: svn path=/head/; revision=287404
* YAML::AppConfig extends the work done in Config::YAML andJun Kuriyama2011-08-264-0/+40
YAML::ConfigFile to allow more flexiable configuration files. Your configuration is stored in YAML and then parsed and presented to you via YAML::AppConfig. Settings can be referenced using get and set methods and settings can refer to one another by using variables of the form $foo, much in the style of AppConfig. WWW: http://search.cpan.org/dist/YAML-AppConfig/ Notes: svn path=/head/; revision=280506