cpan Mojolicious 2.56

latest releases: 9.36, 9.35, 9.34...
12 years ago
  • Deprecated custom HTTPS listen values in favor of URLs for all built-in web servers.
    https://:3000:/x/server.crt:/y/server.key:/z/ca.crt
    becomes
    https://
    :3000?cert=/x/server.crt&key=/y/server.key&ca=/z/ca.crt
  • Removed experimental status from patch function in Mojolicious::Lite.
  • Removed experimental status from patch method in Mojolicious::Routes.
  • Removed experimental status from patch method in Mojo::UserAgent.
  • Removed experimental status from patch_ok method in Test::Mojo.
  • Removed experimental status from t function in ojo.
  • Fixed small inconsistency between Mojo::IOWatcher and Mojo::IOWatcher::EV where Mojo::IOWatcher wouldn't stop
    automatically when not watching for events anymore.
  • Fixed Mojo::IOLoop to clean up after itself.

Don't miss a new Mojolicious release

NewReleases is sending notifications on new releases.