
marcus at nordaaker
Sep 9, 2009, 11:57 AM
Post #1 of 1
(688 views)
Permalink
|
|
[Announce] Catalyst 5.80012 uploaded to CPAN
|
|
Hi sports fans! I am happy to report that version 5.80012 of your favorite MVC framework is making it's way to a CPAN mirror near you. This is another maintaince release, and fixes some regressions in the test suite and backwards compability. We also reduce the minimum required Perl version, to make it easier to use Catalyst on platforms with older Perl installations. I've included the full changelog entry below. With regards Marcus Ramberg Catalyst Release Manager -- Teaching a million monkeys touch typing. 5.80012 2009-09-09 19:09:09 Bug fixes: - Fix t/optional_http-server.t test. - Fix t/optional_http-server-restart.t test. - Fix duplicate components being loaded at setup time, each component is now loaded at most once + tests. - Fix backward compatibility - hash key configured actions are stored in is returned to 'actions'. - Fix get_action_methods returning duplicate methods when a method is both decorated with method attributes and set as an action in config. Refactoring / cleanups: - Reduce minimum supported perl version from 5.8.6 to 5.8.4 as there are many people still running/testing this version with no known issues. Tests: - Make the optional_http_server.t test an author only test which must be run by authors to stop it being broken again. - Fix recursion warnings in the test suites. With regards Marcus Ramberg _______________________________________________ List: Catalyst [at] lists Listinfo: http://lists.scsys.co.uk/cgi-bin/mailman/listinfo/catalyst Searchable archive: http://www.mail-archive.com/catalyst [at] lists/ Dev site: http://dev.catalyst.perl.org/
|