diff options
author | wen <wen@pkgsrc.org> | 2014-11-03 01:39:53 +0000 |
---|---|---|
committer | wen <wen@pkgsrc.org> | 2014-11-03 01:39:53 +0000 |
commit | 0f61a6a625f141b32fda8e7cdef110e72f9735fe (patch) | |
tree | 49196ad5b000b5c84d8fa49951d34802cda1bc08 /www/p5-Mojolicious/Makefile | |
parent | a7d04b2c34aae1d8daab2d5a9b75a88d1a29b7e1 (diff) | |
download | pkgsrc-0f61a6a625f141b32fda8e7cdef110e72f9735fe.tar.gz |
Update to 5.57
Upstream changes:
.57 2014-11-02
- Deprecated stringification support in Mojo::Collection.
- Deprecated Mojo::Collection::pluck in favor of Mojo::Collection::map.
- Deprecated Mojo::DOM::val.
- Improved map method in Mojo::Collection to be able to call methods.
- Improved tap method in Mojo::Base to be able to call methods.
5.56 2014-10-29
- Deprecated Mojo::Collection::AUTOLOAD in favor of Mojo::Collection::pluck.
- Deprecated Mojo::DOM::AUTOLOAD in favor of Mojo::DOM::children.
5.55 2014-10-28
- Deprecated support for data arguments in Mojo::JSON::Pointer.
- Added access_control_allow_origin, content_language, content_location and
strict_transport_security methods to Mojo::Headers.
5.54 2014-10-23
- Deprecated object-oriented Mojo::JSON API.
- Added auto_decompress attribute to Mojo::Content.
- Improved Mojo::Content to parse content more defensively.
- Fixed chunked transfer encoding bug in Mojo::Content.
- Fixed bug where Mojo::UserAgent would try to follow redirects for
protocols other than HTTP and HTTPS.
5.53 2014-10-20
- Fixed bug in Mojo::Server where secondary groups were not reassigned
correctly. (ksm, sri)
5.52 2014-10-18
- Fixed read-only file system compatibility of Mojo::Asset::File.
5.51 2014-10-17
- Fixed bug in Mojolicious::Validator::Validation where every_param would
sometimes return an array reference containing an undef value.
- Fixed Mojo::ByteStream and Mojo::Collection to always return true in
boolean context.
Diffstat (limited to 'www/p5-Mojolicious/Makefile')
-rw-r--r-- | www/p5-Mojolicious/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/www/p5-Mojolicious/Makefile b/www/p5-Mojolicious/Makefile index 3f73c7da62c..66953be1696 100644 --- a/www/p5-Mojolicious/Makefile +++ b/www/p5-Mojolicious/Makefile @@ -1,6 +1,6 @@ -# $NetBSD: Makefile,v 1.65 2014/10/16 12:55:23 wen Exp $ +# $NetBSD: Makefile,v 1.66 2014/11/03 01:39:53 wen Exp $ -DISTNAME= Mojolicious-5.50 +DISTNAME= Mojolicious-5.57 PKGNAME= p5-${DISTNAME} CATEGORIES= www perl5 MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=../by-authors/id/S/SR/SRI/} |