diff options
author | Kent Fredric <kentnl@gentoo.org> | 2017-01-17 16:50:40 +1300 |
---|---|---|
committer | Kent Fredric <kentnl@gentoo.org> | 2017-01-17 16:51:01 +1300 |
commit | 40aed9c7bf10b41dda07e3969a8a6dc30bc052cd (patch) | |
tree | cc9d68ada1ba290f7075ffa476eaf68183d31823 /dev-perl/Mojolicious/metadata.xml | |
parent | media-libs/libvpx: fixup test phase (diff) | |
download | gentoo-40aed9c7bf10b41dda07e3969a8a6dc30bc052cd.tar.gz gentoo-40aed9c7bf10b41dda07e3969a8a6dc30bc052cd.tar.bz2 gentoo-40aed9c7bf10b41dda07e3969a8a6dc30bc052cd.zip |
dev-perl/Mojolicious: Bump to version 7.190.0
Upstream:
- new modules Mojo::IOLoop::TLS and Mojo::File
- new methods: Mojo::IO::Loop::Client::can_{nnr,socks}
- Fixed relative %INC{} paths in Mojo::Home
- Fix bug with generating invalid fragment strings in Mojo::URL
- Deprecating:
* Mojo::Bytestream: slurp, spurt
* Mojo::Util: files
* Mojo::Home: lib_dir, parse, parts
- Mojo::Home now subclasses Mojo::File
- Mojo::Home's mojo_lib_dir and rel_file return Mojo::Home objects
- Mojolicious::Command's rel_file returns Mojo::Home objects
- Mojolicious::Validator::Validation's every_param and param
methods use the current topic.
Package-Manager: Portage-2.3.3, Repoman-2.3.1
Diffstat (limited to 'dev-perl/Mojolicious/metadata.xml')
-rw-r--r-- | dev-perl/Mojolicious/metadata.xml | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/dev-perl/Mojolicious/metadata.xml b/dev-perl/Mojolicious/metadata.xml index 3022300ff2ae..1225b774958b 100644 --- a/dev-perl/Mojolicious/metadata.xml +++ b/dev-perl/Mojolicious/metadata.xml @@ -27,6 +27,7 @@ <remote-id type="cpan-module">Mojo::Date</remote-id> <remote-id type="cpan-module">Mojo::EventEmitter</remote-id> <remote-id type="cpan-module">Mojo::Exception</remote-id> + <remote-id type="cpan-module">Mojo::File</remote-id> <remote-id type="cpan-module">Mojo::Headers</remote-id> <remote-id type="cpan-module">Mojo::HelloWorld</remote-id> <remote-id type="cpan-module">Mojo::Home</remote-id> @@ -36,6 +37,7 @@ <remote-id type="cpan-module">Mojo::IOLoop::Server</remote-id> <remote-id type="cpan-module">Mojo::IOLoop::Stream</remote-id> <remote-id type="cpan-module">Mojo::IOLoop::Subprocess</remote-id> + <remote-id type="cpan-module">Mojo::IOLoop::TLS</remote-id> <remote-id type="cpan-module">Mojo::JSON</remote-id> <remote-id type="cpan-module">Mojo::JSON::Pointer</remote-id> <remote-id type="cpan-module">Mojo::Loader</remote-id> |