Perl Catalyst Release 5.90131
John Napiorkowski

John Napiorkowski @jjn1056

About: I hack code and play dungeon's and dragons.

Joined:
Jul 14, 2023

Perl Catalyst Release 5.90131

Publish Date: Jul 20 '23
0 0

Version 5.90131 of the Perl MVC web development framework Catalyst just hit CPAN.

This is mostly a minor release that tidied up some docs, including broken links in documentation and metadata. It also added a mailmap file and added 'strict' and 'warnings' to some files that were missing those pragmas. Additionally this version has one new feature, an enhancement to chained action dispatch called 'next action' which allows you to call the next action in the chain programmatically rather than only when the action ends, optionally passing arguments to the next action (and optionally receiving arguments from it). You can read more about this enhancement, including a longer example, here.

Comments 0 total

    Add comment