Query: config::any::base
OS: osx
Section: 3
Format: Original Unix Latex Style Formatted with HTML and a Horizontal Scroll Bar
Config::Any::Base(3) User Contributed Perl Documentation Config::Any::Base(3)NAMEConfig::Any::Base - Base class for loadersDESCRIPTIONThis 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.METHODSis_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.AUTHORBrian Cassidy <bricas@cpan.org>COPYRIGHT AND LICENSECopyright 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 ALSOo Config::Any perl v5.16.2 2011-05-24 Config::Any::Base(3)
Related Man Pages |
---|
config::any::ini(3) - mojave |
extutils::config(3) - mojave |
log::log4perl::config::propertyconfigurator(3) - suse |
config::any::ini(3pm) - debian |
config::scoped::error(3pm) - debian |
Similar Topics in the Unix Linux Community |
---|
AIX Links |
Mac OS X: Based on UNIX - Solid As a Rock |
Hearing Aid for OSX 10.12.x and greater. |
Shopt -s histappend |
To print diamond asterisk pattern based on inputs |