Skip to content

Commit

Permalink
v0.022
Browse files Browse the repository at this point in the history
	* ...and add an explicit dependency on TAP::SimpleOutput 0.002
  • Loading branch information
rsrchboy committed Nov 11, 2013
1 parent ad34934 commit c800b9e
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 2 deletions.
3 changes: 3 additions & 0 deletions Changes
Expand Up @@ -2,6 +2,9 @@ Revision history for Test-Moose-More

{{$NEXT}}

0.022 2013-11-10 23:16:32 PST-0800
* ...and add an explicit dependency on TAP::SimpleOutput 0.002

0.021 2013-11-10 23:13:27 PST-0800
* Handle Test::More's new output for subtests in 0.98_05+
* Dodge isa_ok()'s output change by rolling our own
Expand Down
2 changes: 1 addition & 1 deletion README.mkdn
Expand Up @@ -4,7 +4,7 @@ Test::Moose::More - More tools for testing Moose packages

# VERSION

This document describes version 0.021 of Test::Moose::More - released November 10, 2013 as part of Test-Moose-More.
This document describes version 0.022 of Test::Moose::More - released November 10, 2013 as part of Test-Moose-More.

# SYNOPSIS

Expand Down
2 changes: 1 addition & 1 deletion cpanfile
Expand Up @@ -19,7 +19,7 @@ on 'test' => sub {
requires "Moose" => "0";
requires "Moose::Role" => "0";
requires "Perl::Version" => "0";
requires "TAP::SimpleOutput" => "0";
requires "TAP::SimpleOutput" => "0.002";
requires "Test::Builder::Tester" => "0";
requires "Test::CheckDeps" => "0.010";
requires "Test::More" => "0.94";
Expand Down

0 comments on commit c800b9e

Please sign in to comment.