NAME
Paranoid::Module -- Paranoid Module Loading Routines
VERSION
$Id: Module.pm,v 0.5 2009/03/04 09:32:51 acorliss Exp $
SYNOPSIS
use Paranoid::Module;
$rv = loadModule($module, qw(:all));
DESCRIPTION
This provides a single function that allows you to do dynamic loading of modules at runtime.
SUBROUTINES/METHODS
loadModule
$rv = loadModule($module, qw(:all));
Accepts a module name and an optional list of arguments to use with the import function. Returns a true or false depending whether the require was successful. We do not currently track the return value of the import function.
DEPENDENCIES
BUGS AND LIMITATIONS
AUTHOR
Arthur Corliss (corliss@digitalmages.com)
LICENSE AND COPYRIGHT
This software is licensed under the same terms as Perl, itself. Please see http://dev.perl.org/licenses/ for more information.
(c) 2005, Arthur Corliss (corliss@digitalmages.com)