Changes for version 0.06 - 2017-01-25 (TRIAL RELEASE)
- BUILD
- dist.ini: use [AutoPreqs] plugin to find Perl version in reify.pm (thanks @manwar!)
Changes for version 0.05 - 2017-01-17 (TRIAL RELEASE)
- ENHANCEMENT
- -redefine option, if false, will throw an exception if the target package already defines the operator or method_name to be installed. defaults to false.
Changes for version 0.04 - 2017-01-17 (TRIAL RELEASE)
- BUG FIX
- mapping from operators to method_names consistent with the currently executing version of Perl was broken.
Changes for version 0.03 - 2017-01-17 (TRIAL RELEASE)
- API CHANGE
- method_names now takes an optional list of operators; the options hash is now passed as an optional trailing hashref
- ENHANCEMENTS
- new class method tag_to_ops, returns list of operators corresponding to a tag
- arguments to method_names are now passed through tag_to_ops
Changes for version 0.02 - 2017-01-17 (TRIAL RELEASE)
- BUG FIX
- wrapping an existing method with the same name as the wrapper caused an infinite loop
Changes for version 0.01 - 2017-01-15 (TRIAL RELEASE)
- initial release
Modules
Provide named methods for inherited overloaded operators