diff options
author | wen <wen@pkgsrc.org> | 2017-01-18 11:54:52 +0000 |
---|---|---|
committer | wen <wen@pkgsrc.org> | 2017-01-18 11:54:52 +0000 |
commit | 38dc9218909f52983c870bd3ab4c77aa330640ab (patch) | |
tree | 665de0ddd871f966fafb99ebcc3e4bd13af8bbdf /www/p5-Mojolicious/Makefile | |
parent | 37d1063c3c8ec279750f3fe721dfbdfb486cfee6 (diff) | |
download | pkgsrc-38dc9218909f52983c870bd3ab4c77aa330640ab.tar.gz |
Update to 7.20
Upstream changes:
7.20 2017-01-18
- Fixed a bug in Mojo::File where the make_path method would die even if no
error occurred.
- Fixed warnings in Mojo::IOLoop::TLS.
7.19 2017-01-14
- Added module Mojo::IOLoop::TLS.
- Added can_nnr and can_socks methods to Mojo::IOLoop::Client.
7.18 2017-01-11
- Fixed support for relative %INC paths in Mojo::Home.
- Fixed a bug in Mojo::URL where invalid fragment strings could be generated.
7.17 2017-01-11
- Fixed Windows bugs in Mojo::File. (kmx)
7.16 2017-01-10
- Fixed Windows bugs in Mojo::File. (kmx)
7.15 2017-01-09
- Deprecated Mojo::ByteStream::slurp and Mojo::Util::slurp in favor of
Mojo::File::slurp.
- Deprecated Mojo::ByteStream::spurt and Mojo::Util::spurt in favor of
Mojo::File::spurt.
- Deprecated Mojo::Util::files in favor of Mojo::File::list_tree.
- Deprecated Mojo::Home::lib_dir, Mojo::Home::parse, Mojo::Home::parts in
favor of new features inherited from the Mojo::File base class.
- Added module Mojo::File.
- Improved Mojo::Home to be a subclass of Mojo::File.
- Improved mojo_lib_dir and rel_file methods in Mojo::Home to return
Mojo::Home objects.
- Improved rel_file methods in Mojolicious::Command to return Mojo::File
objects.
- Improved every_param and param methods in Mojolicious::Validator::Validation
to use the current topic.
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 b6797c67a87..f61ef31b9b0 100644 --- a/www/p5-Mojolicious/Makefile +++ b/www/p5-Mojolicious/Makefile @@ -1,6 +1,6 @@ -# $NetBSD: Makefile,v 1.112 2017/01/08 11:13:36 wiz Exp $ +# $NetBSD: Makefile,v 1.113 2017/01/18 11:54:52 wen Exp $ -DISTNAME= Mojolicious-7.14 +DISTNAME= Mojolicious-7.20 PKGNAME= p5-${DISTNAME} CATEGORIES= www perl5 MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Mojolicious/} |