|
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 methods:
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 CassidyThis library is free software; you can redistribute it and/or modify it under the same terms as Perl itself. SEE ALSO
Visit the GSP FreeBSD Man Page Interface. |