Package perl-UNIVERSAL-require: Information

    Source package: perl-UNIVERSAL-require
    Version: 0.19-alt1
    Latest version according to Repology
    Build time:  Mar 31, 2021, 11:17 PM in the task #268760
    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

    ACL:
    Vitaly Lipatov
    @cpan
    @qa

      1. perl-devel

    Last changed


    March 31, 2021 Igor Vlasenko 0.19-alt1
    - automated CPAN update
    April 1, 2015 Igor Vlasenko 0.18-alt1
    - automated CPAN update
    April 22, 2014 Igor Vlasenko 0.17-alt1
    - automated CPAN update