summaryrefslogtreecommitdiff
path: root/devel/p5-Config-Setting (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Change my email address to petef@FreeBSD.org for the ports I maintain.Pete Fritchman2001-08-221-2/+2
| | | | Reviewed by: ade
* p5-Config-Setting is a perl module that is designed to provide easy to useKevin Lo2001-07-015-0/+53
settings files for your project. You subclass the basic Config::Setting class in one of your own modules, and then provide an interface to your code using it. When set up, you can then override the settings on a per-host basis, or even using an environment variable. PR: 28565 Submitted by: Pete Fritchman <petef@databits.net>