NAME

Catalyst::Plugin::Config::YAML::XS - Configure your Catalyst application via an external YAML file

SYNOPSIS

use Catalyst 'Config::YAML::XS';

__PACKAGE__->config('config_file' => 'config.yml');

DESCRIPTION

SEE Catalyst::Plugin::Config::YAML for more details. The only change is use YAML::XS instead of YAML

Many Thanks to Bernhard Bauer.

SEE ALSO

Catalyst, YAML::XS.

AUTHOR

Fayland Lam, <fayland@gmail.com>

COPYRIGHT AND LICENSE

Copyright 2008 by Fayland Lam

This library is free software; you can redistribute it and/or modify it under the same terms as Perl itself.