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

$class->new( %attributes );

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

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

load is an abstract method here. You must define your own in your subclass. Loads the phrasebook.
get is an abstract method here. You must define your own in your subclass. Gets the phrase.
dicts is an abstract method here. You must define your own in your subclass. Returns the list of dictionaries available.
keywords is an abstract method here. You must define your own in your subclass. Returns the list of keywords available.
Returns the current class of loader.

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

Please see the README file.

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

Copyright (C) 2004-2012 Barbie for Miss Barbell Productions. This module is free software; you can redistribute it and/or modify it under the Artistic License v2.