Subject: CVS commit: pkgsrc/devel/p5-UNIVERSAL-require
From: Roland Illig
Date: 2006-01-21 11:42:13
Message id: 20060121104213.A943B2DA27@cvs.netbsd.org

Log Message:
Imported p5-UNIVERSAL-requirefrom pkgsrc-wip.

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/

Packaged by Roman Kulik.


Files:
RevisionActionfile
1.1importpkgsrc/devel/p5-UNIVERSAL-require/Makefile
1.1importpkgsrc/devel/p5-UNIVERSAL-require/DESCR
1.1importpkgsrc/devel/p5-UNIVERSAL-require/distinfo
1.1importpkgsrc/devel/p5-UNIVERSAL-require/PLIST