Pkgsrc changes:
o Adjust dependencies according to updated requirements
Upstream changes:
0.22 Mon Jan 05 2009
- add a cookbook entry re: UTF-8 and Config::General (Octavian Rasnita)
- switch from NEXT to MRO::Compat
to trigger/signal a rebuild for the transition 5.8.8 -> 5.10.0.
The list of packages is computed by finding all packages which end
up having either of PERL5_USE_PACKLIST, BUILDLINK_API_DEPENDS.perl,
or PERL5_PACKLIST defined in their make setup (tested via
"make show-vars VARNAMES=...").
0.21 Mon Aug 11 2008
- add a cookbook entry for converting an existing config to
Config::General format
- fix up pod to explain in more detail how to pass options to each
driver class (Sergio Salvi)
- add nice syntax for plugins to match models/views/controllers (ilmari)
This module will attempt to load find and load a configuration file
of various types. Currently it supports YAML, JSON, XML, INI and
Perl formats. Special configuration for a particular driver format
can be stored in
MyApp->config->{ 'Plugin::ConfigLoader' }->{ driver }.