Skip to content

Commit

Permalink
v0.032
Browse files Browse the repository at this point in the history
	* Better documentation for most of the validate_*() functions.
	* Add a -compose option to validate_role(), to handle a common pattern
	  automagically.
	* When checking attribute traits, we now attempt to resolve them with the
	  appropriate functions from Moose::Util (so that things like native
	  traits are found with a minimum of pain).
  • Loading branch information
rsrchboy committed Jul 12, 2015
1 parent 6b3000b commit 32e963a
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 1 deletion.
8 changes: 8 additions & 0 deletions Changes
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,14 @@ Revision history for Test-Moose-More

{{$NEXT}}

0.032 2015-07-11 22:47:44 PDT-0700
* Better documentation for most of the validate_*() functions.
* Add a -compose option to validate_role(), to handle a common pattern
automagically.
* When checking attribute traits, we now attempt to resolve them with the
appropriate functions from Moose::Util (so that things like native
traits are found with a minimum of pain).

0.031 2015-06-30 18:30:27 PDT-0700
* We now export validate_thing()
* Add subroutine parameters to the sugar functions.
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.064_01";
requires "Dist::Zilla::PluginBundle::RSRCHBOY" => "0.064";
requires "Pod::Coverage::TrustPod" => "0";
requires "Test::EOL" => "0";
requires "Test::More" => "0.88";
Expand Down

0 comments on commit 32e963a

Please sign in to comment.