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.
INHERITABLE METHODS
new
new
merely creates a new instance. Nothing exciting.
load
load
is an abstract method here. You must define your own in your subclass.
get
get
is an abstract method here. You must define your own in your subclass.
CONSTRUCTOR
new
new
instantiates the plugin object, creating a blessed hash of any attributes passed as arguments.
SEE ALSO
Data::Phrasebook, Data::Phrasebook::Loader.
SUPPORT
Please see the README file.
AUTHOR
Barbie, <barbie@cpan.org>
for Miss Barbell Productions <http://www.missbarbell.co.uk>.
LICENCE AND COPYRIGHT
Copyright (C) 2004-2005 Barbie for Miss Barbell Productions.
This library is free software; you can redistribute it and/or modify
it under the same terms as Perl itself.
The full text of the licences can be found in the Artistic and COPYING files included with this module, or in perlartistic and perlgpl in Perl 5.8.1 or later.