Skip to content

Commit

Permalink
Merge 5308ade into 414fb0e
Browse files Browse the repository at this point in the history
  • Loading branch information
bayashi committed Apr 19, 2020
2 parents 414fb0e + 5308ade commit df90253
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions Changes
Expand Up @@ -8,5 +8,5 @@ https://github.com/bayashi/Test-Arrow/tags

## Last Release

0.17 Sat Mar 14 23:14:15 JST 2020
- https://github.com/bayashi/Test-Arrow/compare/0.16...0.17
0.18 Sun Apr 19 11:08:59 JST 2020
- https://github.com/bayashi/Test-Arrow/compare/0.17...0.18
2 changes: 1 addition & 1 deletion README.pod
Expand Up @@ -5,7 +5,7 @@ This is Perl module B<Test::Arrow>. It's Object-Oriented testing library.

=begin html

<a href="https://github.com/bayashi/Test-Arrow/blob/master/README.pod"><img src="https://img.shields.io/badge/Version-0.17-green?style=flat"></a> <a href="https://github.com/bayashi/Test-Arrow/blob/master/LICENSE"><img src="https://img.shields.io/badge/LICENSE-Artistic%202.0-GREEN.png"></a> <a href="https://github.com/bayashi/Test-Arrow/actions"><img src="https://github.com/bayashi/Test-Arrow/workflows/master/badge.svg?_t=1584195255"/></a> <a href="https://coveralls.io/r/bayashi/Test-Arrow"><img src="https://coveralls.io/repos/bayashi/Test-Arrow/badge.png?_t=1584195255&branch=master"/></a>
<a href="https://github.com/bayashi/Test-Arrow/blob/master/README.pod"><img src="https://img.shields.io/badge/Version-0.18-green?style=flat"></a> <a href="https://github.com/bayashi/Test-Arrow/blob/master/LICENSE"><img src="https://img.shields.io/badge/LICENSE-Artistic%202.0-GREEN.png"></a> <a href="https://github.com/bayashi/Test-Arrow/actions"><img src="https://github.com/bayashi/Test-Arrow/workflows/master/badge.svg?_t=1587262139"/></a> <a href="https://coveralls.io/r/bayashi/Test-Arrow"><img src="https://coveralls.io/repos/bayashi/Test-Arrow/badge.png?_t=1587262139&branch=master"/></a>

=end html

Expand Down
4 changes: 2 additions & 2 deletions lib/Test/Arrow.pm
Expand Up @@ -5,7 +5,7 @@ use Test::Builder::Module;
use Test::Name::FromLine;
use Text::MatchedPosition;

our $VERSION = '0.17';
our $VERSION = '0.18';

our @ISA = qw/Test::Builder::Module/;

Expand Down Expand Up @@ -1212,7 +1212,7 @@ B<Note> that you must never put C<done_testing> inside an C<END { ... }> block.
=begin html
<a href="https://github.com/bayashi/Test-Arrow/blob/master/README.pod"><img src="https://img.shields.io/badge/Version-0.17-green?style=flat"></a> <a href="https://github.com/bayashi/Test-Arrow/blob/master/LICENSE"><img src="https://img.shields.io/badge/LICENSE-Artistic%202.0-GREEN.png"></a> <a href="https://github.com/bayashi/Test-Arrow/actions"><img src="https://github.com/bayashi/Test-Arrow/workflows/master/badge.svg?_t=1584195255"/></a> <a href="https://coveralls.io/r/bayashi/Test-Arrow"><img src="https://coveralls.io/repos/bayashi/Test-Arrow/badge.png?_t=1584195255&branch=master"/></a>
<a href="https://github.com/bayashi/Test-Arrow/blob/master/README.pod"><img src="https://img.shields.io/badge/Version-0.18-green?style=flat"></a> <a href="https://github.com/bayashi/Test-Arrow/blob/master/LICENSE"><img src="https://img.shields.io/badge/LICENSE-Artistic%202.0-GREEN.png"></a> <a href="https://github.com/bayashi/Test-Arrow/actions"><img src="https://github.com/bayashi/Test-Arrow/workflows/master/badge.svg?_t=1587262139"/></a> <a href="https://coveralls.io/r/bayashi/Test-Arrow"><img src="https://coveralls.io/repos/bayashi/Test-Arrow/badge.png?_t=1587262139&branch=master"/></a>
=end html
Expand Down

0 comments on commit df90253

Please sign in to comment.