NAME

Youri::Utils - Youri shared functions

DESCRIPTION

This module implement some helper functions for all youri applications.

create_instance($class, $config, $options)

Create an instance from a plugin implementing given interface, using given configuration and local options. Returns a plugin instance, or undef if something went wrong.

load_class($class)

Ensure given class is loaded.

COPYRIGHT AND LICENSE

Copyright (C) 2002-2006, YOURI project

This program is free software; you can redistribute it and/or modify it under the same terms as Perl itself.