Hopkins

 view release on metacpan or  search on metacpan

lib/Hopkins/Config/XML.pm  view on Meta::CPAN


use strict;
use warnings;

=head1 NAME

Hopkins::Config::XML - hopkins configuration via XML

=head1 DESCRIPTION

Hopkins::Config encapsulates all of the busywork associated
in the reading and post-processing of the XML configuration
in addition to providing a simple interface to accessing
values when required.

Hopkins::Config::XML will validate your configuration using
XML Schema via XML::LibXML.  for complete information on the
schema, see the XML Schema document in Hopkins::Config::XML.

=head1 EXAMPLE

lib/Hopkins/Store.pm  view on Meta::CPAN


use strict;
use warnings;

=head1 NAME

Hopkins::Store - interface to backend storage

=head1 DESCRIPTION

Hopkins::Store encapsulates all of the busywork associated
with the DBIx::Class schema creation.

=cut

use POE;
use POE::Filter::Reference;
use POE::Wheel::Run;
use Class::Accessor::Fast;

use Cache::FileCache;



( run in 0.301 second using v1.01-cache-2.11-cpan-3cd7ad12f66 )