libuniversal-require-perl binary package in Ubuntu Trusty powerpc

 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.

Publishing history

Date Status Target Pocket Component Section Priority Phased updates Version
  2013-10-22 10:33:24 UTC Published Ubuntu Trusty powerpc release universe perl Optional 0.14-1
  • Published
  • Copied from ubuntu trusty-proposed i386 in Primary Archive for Ubuntu
  Deleted Ubuntu Trusty powerpc proposed universe perl Optional 0.14-1
  • Removal requested .
  • Deleted by Ubuntu Archive Robot

    moved to release

  • Published
  • Copied from ubuntu trusty-proposed i386 in Primary Archive for Ubuntu
  2013-10-22 10:35:03 UTC Superseded Ubuntu Trusty powerpc release universe perl Optional 0.13-1
  • Removal requested .
  • Superseded by i386 build of libuniversal-require-perl 0.14-1 in ubuntu trusty PROPOSED
  • Published
  • Copied from ubuntu karmic-release i386 in Primary Archive for Ubuntu