NAME

Config::MethodProxy - A backwards compatibility shim for Data::MethodProxy.

DESCRIPTION

This module's distribution has been renamed to Data-MethodProxy and this module itself has been turned into a shell of a shim over Data::MethodProxy.

Use Data::MethodProxy directly, not this module.

This module will be removed once a reasonable amount of time has passed and any reverse dependencies have gone away or deamed ignorable.

FUNCTIONS

Only the "apply_method_proxies" function is exported by default.

apply_method_proxies

This calls "render" in Data::MethodProxy.

is_method_proxy

This calls "is_valid" in Data::MethodProxy.

call_method_proxy

This calls "call" in Data::MethodProxy.

AUTHOR

Aran Clary Deltac <bluefeet@gmail.com>

ACKNOWLEDGEMENTS

Thanks to ZipRecruiter for encouraging their employees to contribute back to the open source ecosystem. Without their dedication to quality software development this distribution would not exist.

LICENSE

This library is free software; you can redistribute it and/or modify it under the same terms as Perl itself.