Mailing List Archive

New Development Release of the Next stable version of Catalyst on CPAN!
Hi All!

I'm please to announce Development 5 of Perl Catalyst "Runner".  This replaces dev4, which had some issues with incorrect minimum versions of some new dependencies and as a result was broadly un-installable.  Consolidated changes from the last development release:

5.90059_005 - 2014-01-28
  - Specify newested versions of some middleware in attempt to solve test errors
    reported while installing.

5.90059_004 - 2014-01-27
  - Make sure IO handle objects do 'getline' before sending them to the
    response callback, to properly support the PSGI specification.
  - Added some backcompat code when setting a response body to an object
    that does 'read' but not 'getline'.  Added deprecation notice for this
    case.  Added docs to Catalyst::Delta.
  - Catalyst::Delta contains a list of behaviors which will be considered
    deprecated immediatelty.  Most items have workarounds and tweaks you can
    make to avoid issues.  These deprecations are targeted for removal/enforcement
    in the Catalyst 6 release.  Please review and give your feedback.
  - More middleware to replace inline code (upasana++)
  - Documentation around Exceptions and how we handle them.
  - update copyright notices.

I've blogged in more detail here regarding the status of Catalyst development, our progress in attaining our goals:

http://jjnapiorkowski.typepad.com/modern-perl/2014/01/perl-catalyst-runner-development-release-5-on-cpan.html

As mentioned in the blog we are getting near the end of the Runner development cycle, which is targeted to be released sometime in February.  Please take the time to review the proposed changes and submit issue reports, or you concerns and thoughts either here in the mailing list, on on IRC.

As always:

cpanm --dev Catalyst


Thanks!

Jnap

Github: https://github.com/perl-catalyst/
Code Repository: catagits@git.shadowcat.co.uk:Catalyst-Runtime.git
Questhub: http://questhub.io/realm/perl/explore/latest/tag/catalyst 

_______________________________________________
List: Catalyst@lists.scsys.co.uk
Listinfo: http://lists.scsys.co.uk/cgi-bin/mailman/listinfo/catalyst
Searchable archive: http://www.mail-archive.com/catalyst@lists.scsys.co.uk/
Dev site: http://dev.catalyst.perl.org/