Skip to content

Commit

Permalink
CPAN release 0.28.
Browse files Browse the repository at this point in the history
  • Loading branch information
agentzh committed Jul 13, 2020
1 parent aba8ff4 commit 1f66be9
Show file tree
Hide file tree
Showing 8 changed files with 12 additions and 7 deletions.
5 changes: 5 additions & 0 deletions Changes
Original file line number Diff line number Diff line change
@@ -1,5 +1,10 @@
Changes for Test::Nginx

0.28 - 2020-07-13

* bugfix: we downgraded the bundled version of Test::Builder to avoid the
extra dependency Test2::Util.

0.27 - 2020-07-02

* feature: added the --- reload_fails new section to skip checking
Expand Down
2 changes: 1 addition & 1 deletion lib/Test/Nginx.pm
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ package Test::Nginx;
use strict;
use warnings;

our $VERSION = '0.27';
our $VERSION = '0.28';

__END__
Expand Down
2 changes: 1 addition & 1 deletion lib/Test/Nginx/LWP.pm
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ use lib 'lib';
use lib 'inc';
use Test::Base -Base;

our $VERSION = '0.27';
our $VERSION = '0.28';

our $NoLongString;

Expand Down
2 changes: 1 addition & 1 deletion lib/Test/Nginx/Socket.pm
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ use lib 'inc';
use v5.10.1;
use Test::Base -Base;

our $VERSION = '0.27';
our $VERSION = '0.28';

use POSIX qw( SIGQUIT SIGKILL SIGTERM SIGHUP );
use Encode;
Expand Down
2 changes: 1 addition & 1 deletion lib/Test/Nginx/Socket/Lua.pm
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ package Test::Nginx::Socket::Lua;

use Test::Nginx::Socket -Base;

our $VERSION = '0.27';
our $VERSION = '0.28';

my $code = $ENV{TEST_NGINX_INIT_BY_LUA};

Expand Down
2 changes: 1 addition & 1 deletion lib/Test/Nginx/Socket/Lua/Dgram.pm
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ use v5.10.1;
use Test::Nginx::Socket::Lua -Base;
use Test::Nginx::Util qw( $ServerPort $ServerAddr );

our $VERSION = '0.27';
our $VERSION = '0.28';

sub get_best_long_bracket_level ($);
sub quote_as_lua_str ($);
Expand Down
2 changes: 1 addition & 1 deletion lib/Test/Nginx/Socket/Lua/Stream.pm
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ use v5.10.1;
use Test::Nginx::Socket::Lua -Base;
use Test::Nginx::Util qw( $ServerPort $ServerAddr );

our $VERSION = '0.27';
our $VERSION = '0.28';

sub get_best_long_bracket_level ($);
sub quote_as_lua_str ($);
Expand Down
2 changes: 1 addition & 1 deletion lib/Test/Nginx/Util.pm
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ package Test::Nginx::Util;
use strict;
use warnings;

our $VERSION = '0.27';
our $VERSION = '0.28';

use base 'Exporter';

Expand Down

0 comments on commit 1f66be9

Please sign in to comment.