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

Data::Phrasebook::Loader::Base - Base loader plugin class.

Author

         Barbie, <barbie@cpan.org>
         for Miss Barbell Productions <http://www.missbarbell.co.uk>.

Constructor

new
       "new" instantiates the plugin object, creating a blessed hash of any attributes passed as arguments.

Description

       "Data::Phrasebook::Loader::Base" acts as a base class for phrasebook plugins.

Inheritable Methods

load
       "load" is an abstract method here. You must define your own in your subclass. Loads the phrasebook.

   get
       "get" is an abstract method here. You must define your own in your subclass. Gets the phrase.

   dicts
       "dicts" is an abstract method here. You must define your own in your subclass. Returns the list of
       dictionaries available.

   keywords
       "keywords" is an abstract method here. You must define your own in your subclass. Returns the list of
       keywords available.

   class
       Returns the current "class" of loader.

Name

       Data::Phrasebook::Loader::Base - Base loader plugin class.

See Also

       Data::Phrasebook, Data::Phrasebook::Loader.

Support

       Please see the README file.

Synopsis

         $class->new( %attributes );

See Also