Data::Phrasebook::Loader - Plugin Loader module
Contents
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' );
Copyright And License
Copyright (C) 2003 Iain Truskett.
Copyright (C) 2004-2013 Barbie for Miss Barbell Productions.
This distribution is free software; you can redistribute it and/or
modify it under the Artistic License v2.
perl v5.36.0 2022-11-19 Data::Phrasebook::Loader(3pm)
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' );
