Skip to content

Commit

Permalink
ready for 0.13.3
Browse files Browse the repository at this point in the history
  • Loading branch information
hadfl committed Nov 4, 2022
1 parent 5cbbae0 commit 533b9e4
Show file tree
Hide file tree
Showing 4 changed files with 21 additions and 22 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,9 +5,9 @@ zadm

[![Unit Tests](https://github.com/omniosorg/zadm/workflows/Unit%20Tests/badge.svg?branch=master&event=push)](https://github.com/omniosorg/zadm/actions?query=workflow%3A%22Unit+Tests%22)

Version: 0.13.2
Version: 0.13.3

Date: 2022-08-25
Date: 2022-11-04

`zadm` - zone management tool.

Expand Down
2 changes: 1 addition & 1 deletion VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
0.13.2
0.13.3
6 changes: 3 additions & 3 deletions cpanfile
Original file line number Diff line number Diff line change
Expand Up @@ -2,11 +2,11 @@ requires 'Bytes::Random::Secure::Tiny', '== 1.011';
requires 'Cpanel::JSON::XS', '== 4.32';
requires 'Curses::UI', '== 0.9609';
requires 'Data::Processor', '== 1.0.9';
requires 'Mojolicious', '== 9.26';
requires 'IO::Socket::SSL', '== 2.074';
requires 'Mojolicious', '== 9.28';
requires 'IO::Socket::SSL', '== 2.075';
requires 'IO::Uncompress::UnXz', '== 2.201';
requires 'IO::Uncompress::UnZstd', '== 2.201';
requires 'Regexp::IPv4', '== 0.003';
requires 'Regexp::IPv6', '== 0.03';
requires 'TOML::Tiny', '== 0.15';
requires 'YAML::XS', '== 0.83';
requires 'YAML::XS', '== 0.85';
31 changes: 15 additions & 16 deletions thirdparty/cpanfile-5.36.snapshot
Original file line number Diff line number Diff line change
Expand Up @@ -217,17 +217,17 @@ DISTRIBUTIONS
ExtUtils::MakeMaker 0
IO::Compress::Base 2.201
IO::Uncompress::Base 2.201
IO-Socket-SSL-2.074
pathname: S/SU/SULLR/IO-Socket-SSL-2.074.tar.gz
IO-Socket-SSL-2.075
pathname: S/SU/SULLR/IO-Socket-SSL-2.075.tar.gz
provides:
IO::Socket::SSL 2.074
IO::Socket::SSL 2.075
IO::Socket::SSL::Intercept 2.056
IO::Socket::SSL::OCSP_Cache 2.074
IO::Socket::SSL::OCSP_Resolver 2.074
IO::Socket::SSL::OCSP_Cache 2.075
IO::Socket::SSL::OCSP_Resolver 2.075
IO::Socket::SSL::PublicSuffix undef
IO::Socket::SSL::SSL_Context 2.074
IO::Socket::SSL::SSL_HANDLE 2.074
IO::Socket::SSL::Session_Cache 2.074
IO::Socket::SSL::SSL_Context 2.075
IO::Socket::SSL::SSL_HANDLE 2.075
IO::Socket::SSL::Session_Cache 2.075
IO::Socket::SSL::Utils 2.015
requirements:
ExtUtils::MakeMaker 0
Expand Down Expand Up @@ -280,8 +280,8 @@ DISTRIBUTIONS
Text::ParseWords 0
perl 5.006001
version 0.87
Mojolicious-9.26
pathname: S/SR/SRI/Mojolicious-9.26.tar.gz
Mojolicious-9.28
pathname: S/SR/SRI/Mojolicious-9.28.tar.gz
provides:
Mojo undef
Mojo::Asset undef
Expand Down Expand Up @@ -349,7 +349,7 @@ DISTRIBUTIONS
Mojo::UserAgent::Transactor undef
Mojo::Util undef
Mojo::WebSocket undef
Mojolicious 9.26
Mojolicious 9.28
Mojolicious::Command undef
Mojolicious::Command::Author::cpanify undef
Mojolicious::Command::Author::generate undef
Expand All @@ -372,7 +372,6 @@ DISTRIBUTIONS
Mojolicious::Lite undef
Mojolicious::Plugin undef
Mojolicious::Plugin::Config undef
Mojolicious::Plugin::Config::Sandbox undef
Mojolicious::Plugin::DefaultHelpers undef
Mojolicious::Plugin::EPLRenderer undef
Mojolicious::Plugin::EPRenderer undef
Expand Down Expand Up @@ -457,11 +456,11 @@ DISTRIBUTIONS
Term::ReadKey 2.38
requirements:
ExtUtils::MakeMaker 6.58
YAML-LibYAML-0.83
pathname: T/TI/TINITA/YAML-LibYAML-0.83.tar.gz
YAML-LibYAML-0.85
pathname: I/IN/INGY/YAML-LibYAML-0.85.tar.gz
provides:
YAML::LibYAML 0.83
YAML::XS 0.83
YAML::LibYAML 0.85
YAML::XS 0.85
YAML::XS::LibYAML undef
requirements:
ExtUtils::MakeMaker 0
Expand Down

0 comments on commit 533b9e4

Please sign in to comment.