Skip to content

Commit

Permalink
v0.031
Browse files Browse the repository at this point in the history
	* We now export validate_thing()
	* Add subroutine parameters to the sugar functions.
	* Add sugar checking to validate_thing() ('sugar => 0|1')
  • Loading branch information
rsrchboy committed Jul 1, 2015
1 parent 36f70ca commit 565dfcb
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 2 deletions.
5 changes: 5 additions & 0 deletions Changes
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,11 @@ Revision history for Test-Moose-More

{{$NEXT}}

0.031 2015-06-30 18:30:27 PDT-0700
* We now export validate_thing()
* Add subroutine parameters to the sugar functions.
* Add sugar checking to validate_thing() ('sugar => 0|1')

0.030 2015-06-28 01:01:58 PDT-0700
* Add method modifier checks for roles.

Expand Down
2 changes: 1 addition & 1 deletion README.mkdn
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ Test::Moose::More - More tools for testing Moose packages

# VERSION

This document describes version 0.031 of Test::Moose::More - released June 29, 2015 as part of Test-Moose-More.
This document describes version 0.031 of Test::Moose::More - released June 30, 2015 as part of Test-Moose-More.

# SYNOPSIS

Expand Down
2 changes: 1 addition & 1 deletion cpanfile
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ on 'configure' => sub {
};

on 'develop' => sub {
requires "Dist::Zilla::PluginBundle::RSRCHBOY" => "0.062";
requires "Dist::Zilla::PluginBundle::RSRCHBOY" => "0.063";
requires "Pod::Coverage::TrustPod" => "0";
requires "Test::EOL" => "0";
requires "Test::More" => "0.88";
Expand Down

0 comments on commit 565dfcb

Please sign in to comment.