freebsd-ports/devel/p5-Config-Versioned/pkg-descr
Kurt Jaeger be04030466 New port: devel/p5-Config-Versioned
Config::Versioned allows an application to access configuration
parameters not only by parameter name, but also by version number.
This allows for the configuration subsystem to store previous
versions of the configuration parameters. When requesting the value
for a specific attribute, the programmer specifies whether to fetch
the most recent value or a previous value.

WWW: http://search.cpan.org/dist/Config-Versioned/

PR:		192725
Submitted by:	Sergei Vyshenski <svysh.fbsd@gmail.com>
2014-08-17 18:04:55 +00:00

7 lines
424 B
Text

Config::Versioned allows an application to access configuration parameters
not only by parameter name, but also by version number. This allows for
the configuration subsystem to store previous versions of the configuration
parameters. When requesting the value for a specific attribute, the programmer
specifies whether to fetch the most recent value or a previous value.
WWW: http://search.cpan.org/dist/Config-Versioned/