[CHANGES]
- Accept
field VAR = EXPR;
syntax; evaluated within constructor
similarly to block form
- Generally prefer
field
overhas
in docs, unit tests, etc...
- Long-deprecated
extends
andimplements
keywords are now
immediate compile-time failures
- Extended the C-level extension API
- Added
get_compclassmeta()
- Added
mop_class_add_method_cv()
andmop_class_get_name()
- Optional integration with XS::Parse::Keyword via the addition
of theOPXKP_*
macros
- Added
[BUGFIXES]
- Account for bleadperl's slightly changed warning message of
"bareword found ..."