Mojolicious-Plugin-Debugbar-0.1.0
Changes for 0.1.0 - 2023-03-27
- Use after_render instead of after_dispatch
Function-Parameters-2.001006
define functions and methods with parameter lists ("subroutine signatures")
Changes for 2.001006 - 2023-03-27
- Work around perl core issue GH#20950 (use re "eval" doesn't capture lexical %^H environment like eval() does and stringifies it instead) by downgrading the previous hard error to a warning (in the new category 'Function::Parameters') and switching Function::Parameters off in the affected scope.