The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.

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-2015 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.