Package: universal-require-pm Version: 0.19 Revision: 1 Description: Require modules from a variable Type: perl License: Artistic Maintainer: Benjamin Reed Source: mirror:cpan:modules/by-module/UNIVERSAL/UNIVERSAL-require-%v.tar.gz Source-Checksum: SHA256(d467cd26e06c8c3b203fd3bc0796ae6c837ac5e310093c82267ff5df850f1a03) UpdatePOD: true DocFiles: Changes Homepage: https://metacpan.org/dist/UNIVERSAL-require DescDetail: << 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. <<