diff options
author | wen <wen@pkgsrc.org> | 2013-04-09 15:19:50 +0000 |
---|---|---|
committer | wen <wen@pkgsrc.org> | 2013-04-09 15:19:50 +0000 |
commit | c8b0bafd7c4f627331558e9dfca21c42e184d1e8 (patch) | |
tree | adc843b70c5d7dda30014e4ae0e611555cc99312 /www/p5-Mojolicious | |
parent | 838ff5de105168e0ec1de8cf719a1d2bead2e4cb (diff) | |
download | pkgsrc-c8b0bafd7c4f627331558e9dfca21c42e184d1e8.tar.gz |
Update to 3.94
Upstream changes:
3.94 2013-04-08
- Added is_hidden method to Mojolicious::Routes.
- Removed deprecated start method from Mojolicious::Commands.
- Improved documentation.
- Improved tests.
- Fixed small selector bug in get command.
- Fixed small anchor bug in Mojolicious::Plugin::PODRenderer.
3.93 2013-04-05
- Deprecated Mojo::IOLoop::Delay::end in favor of generated callbacks.
- Improved Mojo::IOLoop::Delay to be able to generate callbacks that can
capture all arguments.
- Improved prefork command to allow -a and -L values below 1 second.
- Improved documentation.
- Improved tests.
- Fixed multiple timing bugs in Mojo::IOLoop::Delay.
3.92 2013-04-03
- Added monotonic clock support to make Mojolicious more resilient to time
jumps.
- Added steady_time function to Mojo::Util.
- Removed deprecated namespace method from Mojolicious::Routes.
- Removed deprecated base_tag helper.
- Improved WebSocket send method to stringify objects. (jberger)
- Improved version command to show required versions of optional
dependencies.
- Improved documentation.
- Improved tests.
- Fixed RFC 6901 compliance of Mojo::JSON::Pointer. (jberger, sri)
- Fixed a few small Unicode bugs in get command.
3.91 2013-03-17
- Improved bad charset handling in Mojo::DOM::HTML.
- Improved documentation.
- Improved tests.
- Fixed HTTPS proxy support for blocking requests in Mojo::UserAgent.
- Fixed support for RFC 2817 in Mojo::Message::Request.
- Fixed whitespace bug in Mojo::DOM::HTML.
- Fixed proxy detection bug in get command.
3.90 2013-03-14
- Added direct array access for parsed parameters to Mojo::Parameters.
- Added direct array access for path parts to Mojo::Path.
- Improved dumper helper to sort hash keys.
- Improved documentation.
- Improved tests.
- Fixed bug in Mojo::Headers that prevented multiline headers from being
parsed correctly.
- Fixed multiline header support in hash representation of Mojo::Headers.
- Fixed cloning bug in Mojo::Headers.
3.89 2013-03-04
- Improved documentation.
- Improved tests.
- Fixed installable scripts to not "use lib", which sadly breaks updated
dual-life modules. (jberger, sri)
- Fixed bug preventing delayed normalization for reused Mojo::Path objects.
- Fixed path matching bug in Mojo::Path.
3.88 2013-03-03
- Improved Mojo::Path to delay normalization as long as possible.
- Improved Mojo::Path performance.
- Improved documentation.
- Improved tests.
- Fixed small domain detection bug in Mojo::UserAgent::CookieJar.
Diffstat (limited to 'www/p5-Mojolicious')
-rw-r--r-- | www/p5-Mojolicious/Makefile | 4 | ||||
-rw-r--r-- | www/p5-Mojolicious/distinfo | 8 |
2 files changed, 6 insertions, 6 deletions
diff --git a/www/p5-Mojolicious/Makefile b/www/p5-Mojolicious/Makefile index eee057e142a..1a4fd154f8c 100644 --- a/www/p5-Mojolicious/Makefile +++ b/www/p5-Mojolicious/Makefile @@ -1,6 +1,6 @@ -# $NetBSD: Makefile,v 1.22 2013/03/01 02:49:28 mspo Exp $ +# $NetBSD: Makefile,v 1.23 2013/04/09 15:19:50 wen Exp $ -DISTNAME= Mojolicious-3.87 +DISTNAME= Mojolicious-3.94 PKGNAME= p5-${DISTNAME} CATEGORIES= www perl5 MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Mojolicious/SRI/} diff --git a/www/p5-Mojolicious/distinfo b/www/p5-Mojolicious/distinfo index 318ea33e1ea..8af62412338 100644 --- a/www/p5-Mojolicious/distinfo +++ b/www/p5-Mojolicious/distinfo @@ -1,5 +1,5 @@ -$NetBSD: distinfo,v 1.20 2013/03/01 02:49:29 mspo Exp $ +$NetBSD: distinfo,v 1.21 2013/04/09 15:19:50 wen Exp $ -SHA1 (Mojolicious-3.87.tar.gz) = 31424df60a32f26ffb284d8dd83b4adaabde9990 -RMD160 (Mojolicious-3.87.tar.gz) = f37b4a41e4aa432bcf51695c6e0cda9766d105ef -Size (Mojolicious-3.87.tar.gz) = 576232 bytes +SHA1 (Mojolicious-3.94.tar.gz) = a436263de450bde5166ddf4ec7930c332da776f6 +RMD160 (Mojolicious-3.94.tar.gz) = 0cf90dd2c845507f1b1784c9efaa50100cb2faa0 +Size (Mojolicious-3.94.tar.gz) = 581163 bytes |