- added Sub::Quote::sanitize_identifier to generate an identifier from an
arbitrary string.
- Sub::Defer::defer_info is now exportable.
- improved documentation for Sub::Quote.
- fix quoted subs with no_defer ignoring no_install option. (RT#114605)
- internals of Sub::Quote were refactored.
- error message when @ISA changes now includes the location that the
constructor was generated.
- original invoker will be used when calling a non-Moo parent constructor.
(RT#115189)
- added testing for preserving context into quote_sub subs. (RT#114511)
- quote_sub context options will be used even when zero. (RT#114512)
- Sub::Defer::defer_sub gained attributes option to specify sub attributes.
- Sub::Quote::quote_sub gained attributes option to specify sub attributes.