./devel/p5-UNIVERSAL-require, Perl module to require() from a variable

[ CVSweb ] [ Homepage ] [ RSS ] [ Required by ] [ Add to tracker ]


Branch: pkgsrc-2007Q4, Version: 0.11, Package name: p5-UNIVERSAL-require-0.11, Maintainer: kuli0020

UNIVERSAL::require - require() modules from a variable.

If you've ever had to do this...

eval "require $module";

to get around the bareword caveats on require(), this module is for
you. It creates a universal require() class method that will work with
every Perl module and its secure. So instead of doing some arcane
eval() work, you can do this:

$module->require;

It doesn't save you much typing, but it'll make alot more sense to
someone who's not a ninth level Perl acolyte.

WWW: http://search.cpan.org/dist/UNIVERSAL-require/


Master sites: (Expand)

SHA1: 1ae78e2ec581f97b85e5bbfb562ff9a035398f04
RMD160: 216c47b7e40840f4e54d52115b3f10b028faacc8
Filesize: 4.475 KB

Version history: (Expand)