Bug 28565 - New port: devel/p5-Config-Setting
Summary: New port: devel/p5-Config-Setting
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: Normal Affects Only Me
Assignee: freebsd-ports (Nobody)
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2001-07-01 05:30 UTC by Pete Fritchman
Modified: 2001-07-01 16:59 UTC (History)
0 users

See Also:


Attachments
file.shar (3.34 KB, text/plain)
2001-07-01 05:30 UTC, Pete Fritchman
no flags Details

Note You need to log in before you can comment on or make changes to this bug.
Description Pete Fritchman 2001-07-01 05:30:00 UTC
A perl module that is designed to provide easy to use 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.

By default a win.ini style of configuration is used, but this can
be overridden and an XML based configuration is also included. The
access mechanism can also be overridden, the setting don't have to
come from a file, but (maybe) from a website. You'll have to write
your own there, though.

WWW: http://www.myrddin.demon.co.uk/Config-Setting.html
Comment 1 Kevin Lo freebsd_committer freebsd_triage 2001-07-01 16:59:38 UTC
State Changed
From-To: open->closed

Committed, thanks.