debian man page for config::any::base

Query: config::any::base

OS: debian

Section: 3pm

Format: Original Unix Latex Style Formatted with HTML and a Horizontal Scroll Bar

Config::Any::Base(3pm)					User Contributed Perl Documentation				    Config::Any::Base(3pm)

NAME
Config::Any::Base - Base class for loaders
DESCRIPTION
This is a base class for all loaders. It currently handles the specification of dependencies in order to ensure the subclass can load the config file format.
METHODS
is_supported( ) Allows us to determine if the file format can be loaded. The can be done via one of two subclass methds: o "requires_all_of()" - returns an array of items that must all be present in order to work o "requires_any_of()" - returns an array of items in which at least one must be present You can specify a module version by passing an array reference in the return. sub requires_all_of { [ 'My::Module', '1.1' ], 'My::OtherModule' } Lack of specifying these subs will assume you require no extra modules to function.
AUTHOR
Brian Cassidy <bricas@cpan.org>
COPYRIGHT AND LICENSE
Copyright 2008-2009 by Brian Cassidy This library is free software; you can redistribute it and/or modify it under the same terms as Perl itself.
SEE ALSO
o Config::Any perl v5.14.2 2011-05-25 Config::Any::Base(3pm)
Related Man Pages
config::any::xml(3) - mojave
config::any::ini5.18(3) - mojave
config::any::xml5.18(3) - mojave
config::any::xml(3pm) - debian
log::handler::plugin::config::properties(3pm) - debian
Similar Topics in the Unix Linux Community
Introduction
Detecting unused variables...
Find columns in a file based on header and print to new file
How to copy a column of multiple files and paste into new excel file (next to column)?
My first PERL incarnation... Audio Oscillograph