mirror of
https://git.freebsd.org/ports.git
synced 2025-05-31 02:16:27 -04:00
Data::Object::Role::Proxyable provides a wrapper around the AUTOLOAD routine which processes calls to routines which don't exist. Adding a build_proxy method to the consuming class acts as a hook into routine dispatching, which processes calls to routines which don't exist. The build_proxy routine is called as a method and receives $self, $package, $method, and any arguments passed to the method as a list of arguments, e.g. @args. The build_proxy method must return a routine (i.e. a callback) or the undefined value which results in a "method missing" error. WWW: https://metacpan.org/release/Data-Object-Role-Proxyable
3 lines
192 B
Text
3 lines
192 B
Text
TIMESTAMP = 1587721849
|
|
SHA256 (Data-Object-Role-Proxyable-2.03.tar.gz) = 6fc181667a5f2e7e2bfe1d6394e2d2eb9c0cf71726185cadb8978c1850eecbcf
|
|
SIZE (Data-Object-Role-Proxyable-2.03.tar.gz) = 10919
|