Debian packages on transit

only installed packages

Package: libuniversal-require-perl
Status: install ok installed
Priority: optional
Section: perl
Installed-Size: 24
Maintainer: Debian Perl Group <pkg-perl-maintainers@lists.alioth.debian.org> [Debian Bug Report]
Architecture: all
Multi-Arch: foreign
Version: 0.19-3
Replaces: libuniversal-exports-perl
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

Files owned by package libuniversal-require-perl:

/usr
/usr/share
/usr/share/doc
/usr/share/doc/libuniversal-require-perl
/usr/share/doc/libuniversal-require-perl/changelog.Debian.gz
/usr/share/doc/libuniversal-require-perl/changelog.gz
/usr/share/doc/libuniversal-require-perl/copyright
/usr/share/man
/usr/share/man/man3
/usr/share/man/man3/UNIVERSAL::require.3pm.gz
/usr/share/perl5
/usr/share/perl5/UNIVERSAL
/usr/share/perl5/UNIVERSAL/require.pm


Generated by dpkg-www 2.64