config::any::base(3) mojave man page | unix.com

Man Page: config::any::base

Operating Environment: mojave

Section: 3

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

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 methods: 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.18.2 2013-08-14 Config::Any::Base(3)
Related Man Pages
config::any::ini(3) - mojave
extutils::config(3) - mojave
config::any::xml(3) - osx
config::model::exception(3pm) - debian
log::handler::plugin::config::general(3pm) - debian
Similar Topics in the Unix Linux Community
Split large xml into mutiple files and with header and footer in file
Instructions to Clear Data Cache in Safari, Chrome, Firefox, Opera Browsers (Pictures)
12-Core MacPro (2013) kernel_task over 1200%
Cannot extract libraries using sed
My first PERL incarnation... Audio Oscillograph