The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.

Name

CatalystX::Usul::Config - Schema defintions for config files

Version

0.6.$Revision: 1165 $

Synopsis

   use CatalystX::Usul::Config;

   $config_obj = CatalystX::Usul::Config->new( $attrs );

Description

Inherits from File::DataClass::Schema and defines the schema for the configuration files

Subroutines/Methods

resultset

   my $rs = $config_obj->resultset( $source_name, $lang );

Returns a File::DataClass::ResultSet object. The $source_name is a key to the schema's result source attributes hash (these define the schemas for the different configuration files). The $lang argument is the two character language code used to select locale specific configuration files

Diagnostics

None

Configuration and Environment

None

Dependencies

File::DataClass::Schema

Incompatibilities

There are no known incompatibilities in this module

Bugs and Limitations

There are no known bugs in this module. Please report problems to the address below. Patches are welcome

Author

Peter Flanigan, <Support at RoxSoft.co.uk>

License and Copyright

Copyright (c) 2011 Peter Flanigan. All rights reserved

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

This program is distributed in the hope that it will be useful, but WITHOUT WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE