Paranoid::Module - Paranoid Module Loading Routines


Paranoid documentation  | view source Contained in the Paranoid distribution.

Index


NAME

Top

Paranoid::Module -- Paranoid Module Loading Routines

VERSION

Top

$Id: Module.pm,v 0.81 2009/03/05 00:09:34 acorliss Exp $

SYNOPSIS

Top

  use Paranoid::Module;

  $rv = loadModule($module, qw(:all));

DESCRIPTION

Top

This provides a single function that allows you to do dynamic loading of modules at runtime.

SUBROUTINES/METHODS

Top

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

Top

o

Paranoid

o

Paranoid::Debug

BUGS AND LIMITATIONS

Top

AUTHOR

Top

Arthur Corliss (corliss@digitalmages.com)

LICENSE AND COPYRIGHT

Top


Paranoid documentation  | view source Contained in the Paranoid distribution.