libuniversal-require-perl binary package in Ubuntu Jammy arm64

 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.

Publishing history

Date Status Target Pocket Component Section Priority Phased updates Version
  2021-10-29 11:08:36 UTC Published Ubuntu Jammy arm64 release universe perl Optional 0.19-1
  • Published
  • Copied from ubuntu jammy-proposed amd64 in Primary Archive for Ubuntu
  Deleted Ubuntu Jammy arm64 proposed universe perl Optional 0.19-1
  • Removal requested .
  • Deleted by Ubuntu Archive Auto-Sync

    Moved to jammy

  • Published
  • Copied from ubuntu jammy-proposed amd64 in Primary Archive for Ubuntu
  2021-10-29 11:09:20 UTC Superseded Ubuntu Jammy arm64 release universe perl Optional 0.18-1
  • Removal requested .
  • Superseded by amd64 build of libuniversal-require-perl 0.19-1 in ubuntu jammy PROPOSED
  • Published
  • Copied from ubuntu cosmic-proposed amd64 in Primary Archive for Ubuntu