diff options
author | wen <wen@pkgsrc.org> | 2013-10-31 00:43:38 +0000 |
---|---|---|
committer | wen <wen@pkgsrc.org> | 2013-10-31 00:43:38 +0000 |
commit | 076fa217e7e6b0a70887207e1e5837de4d01eadc (patch) | |
tree | bb43971c6ecc5d557dc8a7a56fd78a9169b32837 /www/p5-Mojolicious/Makefile | |
parent | 605ce611d142ba6eb3516754a35043c5a69abf30 (diff) | |
download | pkgsrc-076fa217e7e6b0a70887207e1e5837de4d01eadc.tar.gz |
Update to 4.53
Upstream changes:
4.53 2013-10-30
- Fixed a few unsubscribe and error event bugs in Mojo::EventEmitter.
4.52 2013-10-29
- Improved Mojo::EventEmitter to allow unhandled error events to be fatal.
(powerman, sri)
4.51 2013-10-28
- Added tag_with_error helper to Mojolicious::Plugin::TagHelpers.
- Improved .ep template performance significantly, the number of helpers no
longer has any effect. (jberger, sri)
- Improved form_for performance.
- Improved built-in templates with documentation search.
- Fixed template inheritance bug in include helper.
- Fixed a few multipart form handling bugs.
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 c1e95db28ba..44208597479 100644 --- a/www/p5-Mojolicious/Makefile +++ b/www/p5-Mojolicious/Makefile @@ -1,6 +1,6 @@ -# $NetBSD: Makefile,v 1.39 2013/10/27 11:38:44 wen Exp $ +# $NetBSD: Makefile,v 1.40 2013/10/31 00:43:38 wen Exp $ -DISTNAME= Mojolicious-4.50 +DISTNAME= Mojolicious-4.53 PKGNAME= p5-${DISTNAME} CATEGORIES= www perl5 MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=../by-authors/id/S/SR/SRI/} |