[Catalyst] [ANNOUNCE] Catalyst::Plugin::ConfigLoader 0.02 released

Brian.cassidy brian.cassidy at nald.ca
Mon Jan 30 03:38:46 CET 2006


Hey All,

As promised, Catalyst::Plugin::ConfigLoader has been released to CPAN. Currently it supports 5 different file formats: Perl, INI, YAML, JSON and XML.

To use it, simply add it to your list of plugins (I believe it should go first so the config will get loaded for the other plugins that need it):

use Catalyst qw( ConfigLoader ... );

Cheers,

-Brian



More information about the Catalyst mailing list