MAD-Loader MAD::loader is a module loader for situations when you want several modules being loaded dynamically. For each module loaded this way an initializer method may be called with custom arguments. You may also control where the loader will search for modules, you may prefix the module names with a custom namespace and you may change how it will behave on loading errors. INSTALLATION To install this module, run the following commands: perl Makefile.PL make make test make install SUPPORT AND DOCUMENTATION After installing, you can find documentation for this module with the perldoc command. perldoc MAD::Loader You can also look for information at: Github repository https://github.com/blabos/MAD-Loader RT, CPAN's request tracker (report bugs here) http://rt.cpan.org/NoAuth/Bugs.html?Dist=MAD-Loader AnnoCPAN, Annotated CPAN documentation http://annocpan.org/dist/MAD-Loader CPAN Ratings http://cpanratings.perl.org/d/MAD-Loader Search CPAN http://search.cpan.org/dist/MAD-Loader/ LICENSE AND COPYRIGHT Copyright (C) 2013 Blabos de Blebe This program is free software; you can redistribute it and/or modify it under the terms of either: the GNU General Public License as published by the Free Software Foundation; or the Artistic License. See http://dev.perl.org/licenses/ for more information.