Package perl-UNIVERSAL-require: Information

    Source package: perl-UNIVERSAL-require
    Version: 0.18-alt1
    Build time:  Apr 2, 2015, 05:37 AM in the task #142643
    Category: Development/Perl
    Report package bug
    License: Artistic
    Summary: require() modules from a variable
    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;
    
    It doesn't save you much typing, but it'll make alot more sense to
    someone who's not a ninth level Perl acolyte.

    List of rpms provided by this srpm:
    perl-UNIVERSAL-require (noarch)

    Maintainer: Vitaly Lipatov

    List of contributors:
    Igor Vlasenko
    Vitaly Lipatov

      1. perl-devel

    Last changed


    April 1, 2015 Igor Vlasenko 0.18-alt1
    - automated CPAN update
    April 22, 2014 Igor Vlasenko 0.17-alt1
    - automated CPAN update
    Feb. 5, 2014 Igor Vlasenko 0.16-alt1
    - automated CPAN update