Subject: CVS commit: pkgsrc/devel/p5-UNIVERSAL-require
To: None <pkgsrc-changes@NetBSD.org>
From: Roland Illig <rillig@netbsd.org>
List: pkgsrc-changes
Date: 01/21/2006 10:42:13
Module Name:	pkgsrc
Committed By:	rillig
Date:		Sat Jan 21 10:42:13 UTC 2006

Update of /cvsroot/pkgsrc/devel/p5-UNIVERSAL-require
In directory ivanova.netbsd.org:/tmp/cvs-serv3149

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.


Vendor Tag:	TNF
Release Tags:	pkgsrc-base
		
N pkgsrc/devel/p5-UNIVERSAL-require/Makefile
N pkgsrc/devel/p5-UNIVERSAL-require/DESCR
N pkgsrc/devel/p5-UNIVERSAL-require/distinfo
N pkgsrc/devel/p5-UNIVERSAL-require/PLIST

No conflicts created by this import