pkgsrc-WIP-cvs archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

CVS commit: wip/p5-UNIVERSAL-require



Module name:    wip
Committed by:   kuli0020
Date:           Fri Jan 20 19:44:51 UTC 2006

Import into wip/p5-UNIVERSAL-require

Log Message:
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/~mschwern/UNIVERSAL-require-0.10/

Status:

Vendor Tag:     kuli0020
Release Tags:   kuli0020_20060120
                
N wip/p5-UNIVERSAL-require/DESCR
N wip/p5-UNIVERSAL-require/distinfo
N wip/p5-UNIVERSAL-require/PLIST
N wip/p5-UNIVERSAL-require/Makefile

No conflicts created by this import



-------------------------------------------------------
This SF.net email is sponsored by: Splunk Inc. Do you grep through log files
for problems?  Stop!  Download the new AJAX search engine that makes
searching your log files as easy as surfing the  web.  DOWNLOAD SPLUNK!
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=103432&bid=230486&dat=121642
_______________________________________________
pkgsrc-wip-cvs mailing list
pkgsrc-wip-cvs%lists.sourceforge.net@localhost
https://lists.sourceforge.net/lists/listinfo/pkgsrc-wip-cvs



Home | Main Index | Thread Index | Old Index