[CHANGES]
- Improved performance on perl 5.22 onwards, by merging the operation
of the individual pp_fieldpad ops into the main pp_methstart op
- Prepare compatibility with core's
use feature 'class':
- Support
fieldkeyword as a synonym ofhas, though without
immediate EXPR version
- Merge meaning of
ADJUSTandADJUSTPARAMS; give all such
blocks a params hashref.ADJUSTPARAMSis now just a synonym
- Support
- Print "discouraged" warnings on
requireskeyword
- Print deprecation warnings on
isaanddoessubkeywords
- Added list-returning ->get_attribute_values() accessor to
Object::Pad::MOP::Field
- Deleted legacy XS symbols relating to "slot" from before it was
renamed to "field"