Thu, 28 Mar 2024 21:52:53 EDT

Information for build perl-UNIVERSAL-require-0.17-1.ru6

ID3362
Package Nameperl-UNIVERSAL-require
Version0.17
Release1.ru6
Epoch
SummaryUNIVERSAL-require - require() modules from a variable
DescriptionIf 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 a lot more sense to someone who's not a ninth level Perl acolyte.
Built byjmatth
State complete
StartedWed, 04 Feb 2015 16:13:54 EST
CompletedWed, 04 Feb 2015 16:16:13 EST
Taskbuild (centos6-rutgers-staging, perl-UNIVERSAL-require-0.17-1.ru6.src.rpm)
Tags
centos6-rutgers-staging
RPMs
src
perl-UNIVERSAL-require-0.17-1.ru6.src.rpm (info) (download)
noarch (build logs)
perl-UNIVERSAL-require-0.17-1.ru6.noarch.rpm (info) (download)
Changelog * Wed Feb 04 2015 Josh Matthews <jmatth@nbcs.rutgers.edu> 0.17-1 - Initial build.