libdata-methodproxy-perl binary package in Ubuntu Focal amd64

 A method proxy as provided by the Data::MethodProxy module is an array ref
 describing a class method to call and the arguments to pass to it. The first
 value of the array ref is the scalar $proxy, followed by a package name, then
 a subroutine name which must callable in the package, and a list of any
 subroutine arguments.
 .
  [ '$proxy', 'Foo::Bar', 'baz', 123, 4 ]
 .
 The above is saying, do this:
 .
  Foo::Bar->baz( 123, 4 );

Publishing history

Date Status Target Pocket Component Section Priority Phased updates Version
  2019-10-18 09:15:30 UTC Published Ubuntu Focal amd64 release universe perl Optional 0.04-1
  • Published
  • Copied from ubuntu eoan-proposed amd64 in Primary Archive for Ubuntu