The devel/p5-Universal-require port
p5-Universal-require-0.19 – extends require to work on variables (cvsweb github mirror)
Description
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;
WWW: https://metacpan.org/release/UNIVERSAL-require
Maintainer
The OpenBSD ports mailing-list
Categories
Files
- /usr/local/libdata/perl5/site_perl/UNIVERSAL/
- /usr/local/libdata/perl5/site_perl/UNIVERSAL/require.pm
- /usr/local/man/man3p/UNIVERSAL::require.3p
- @conflict p5-Universal-exports-<=0.03