NAME
Labyrinth::Plugins - plugin manager for Labyrinth
SYNOPSIS
load_plugins(@plugins);
my $plugin = get_plugin($class);
my @plugins = get_plugins();
DESCRIPTION
Although loaded via the main Labyrinth module, this module is used by others to quickly reference all the available plugins.
FUNCTIONS
- load_plugins()
-
Loads plugins found under the plugins directory.
- get_plugin($class)
-
Returns the appropriate plugin for the given class.
- get_plugins()
-
Returns all available plugins.
AUTHOR
Barbie, <barbie@missbarbell.co.uk> for Miss Barbell Productions, http://www.missbarbell.co.uk/
COPYRIGHT & LICENSE
Copyright (C) 2002-2011 Barbie for Miss Barbell Productions
All Rights Reserved.
This module is free software; you can redistribute it and/or
modify it under the Artistic License 2.0.