logo
Free, unlimited AI code reviews that run on commit
git-lrc git-lrc GitHub Install Now We'd appreciate a star git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt

Data::Phrasebook::Loader - Plugin Loader module

Author

         Original author: Iain Campbell Truskett (16.07.1979 - 29.12.2003)
         Maintainer: Barbie <barbie@cpan.org> since January 2004.
         for Miss Barbell Productions <http://www.missbarbell.co.uk>.

Constructor

new
       "new" takes one optional named argument: the class. It returns a new instance to the class. Any further
       arguments to "new" are given to the "new" method of the appropriate class.

       If no class is specified the default class of 'Text' is used.

         my $loader = Data::Phrasebook::Loader->new();

         OR

         my $loader = Data::Phrasebook::Loader->new( class => 'Text' );

Description

       "Data::Phrasebook::Loader" acts as an autoloader for phrasebook plugins.

Name

       Data::Phrasebook::Loader - Plugin Loader module

See Also

       Data::Phrasebook.

   Knownimplementations
       Data::Phrasebook::Loader::Text, Data::Phrasebook::Loader::YAML, Data::Phrasebook::Loader::Ini,
       Data::Phrasebook::Loader::XML, Data::Phrasebook::Loader::DBI.

Support

       Please see the README file.

Synopsis

         my $loader = Data::Phrasebook::Loader->new( class => 'Text' );

See Also