Artifact libuniversal-require-perl_0.19-3_all

Metadata
deb_control_files:
- control
- md5sums
deb_fields:
  Architecture: all
  Depends: perl:any
  Description: |-
    Load modules from a variable (deprecated)
     This works exactly like the standard require in Perl, except without
     the bareword restriction, and it does not die.  Since require() is
     placed in the UNIVERSAL namespace, it will work on any module.  You
     just have to use UNIVERSAL::require somewhere in your code.
     .
     If you have 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 it is secure. So instead of doing some
     arcane eval() work, you can do this:
     .
        $module->require;
     .
     It does not save you much typing, but it will make a lot more sense
     to someone who is not a ninth level Perl acolyte.
     .
     Also provided is a use() method which works in a similar way.
     .
     NOTE that UNIVERSAL::require is considered deprecated by its author, who
     suggestest to look at a number of better suited and more actively maintained
     alternatives discussed in the POD's "SEE ALSO" section.
  Homepage: https://metacpan.org/release/UNIVERSAL-require
  Installed-Size: '24'
  Maintainer: Debian Perl Group <pkg-perl-maintainers@lists.alioth.debian.org>
  Multi-Arch: foreign
  Package: libuniversal-require-perl
  Priority: optional
  Replaces: libuniversal-exports-perl
  Section: perl
  Version: 0.19-3
srcpkg_name: libuniversal-require-perl
srcpkg_version: 0.19-3

File

libuniversal-require-perl_0.19-3_all.deb
Binary file libuniversal-require-perl_0.19-3_all.deb cannot be displayed. you can view it raw or download it instead.

Relations

Relation Direction Type Name
built-using Source package libuniversal-require-perl_0.19-3

binary package System - - 5 months, 3 weeks ago 4 months, 3 weeks
BETA