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


NAME

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


SYNOPSIS

  $class->new( %attributes );


DESCRIPTION

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


CONSTRUCTOR

new

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


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.


SEE ALSO

the Data::Phrasebook manpage, the Data::Phrasebook::Loader manpage.


SUPPORT

Please see the README file.


AUTHOR

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


COPYRIGHT AND LICENSE

  Copyright (C) 2004-2007 Barbie for Miss Barbell Productions.
  This module is free software; you can redistribute it and/or 
  modify it under the same terms as Perl itself.

The full text of the licenses can be found in the Artistic and COPYING files included with this module, or in the perlartistic manpage and the perlgpl manpage in Perl 5.8.1 or later.