Blast-Radius Aware AI Code Review for Business-Critical Systems
LiveReview LiveReview Explore LiveReview

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