Skip to content

Commit

Permalink
v0.016
Browse files Browse the repository at this point in the history
	* add is_anon(), is_not_anon()
	* allow anonymous => 1|0 in validate_thing() (though not documented)
	* use validate_class() when checking attributes with validate_class()
  • Loading branch information
rsrchboy committed Oct 21, 2012
1 parent 2a3011f commit 58e6686
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 1 deletion.
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.016 2012-10-21 15:03:32 PST8PDT
* add is_anon(), is_not_anon()
* allow anonymous => 1|0 in validate_thing() (though not documented)
* use validate_class() when checking attributes with validate_class()

0.015 2012-10-20 17:00:59 PST8PDT
* NO CODE CHANGES from 0.014. We should be at a good point where the
newer attribute checking tests are useable and won't need to change in
Expand Down
10 changes: 9 additions & 1 deletion README.pod
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ Test::Moose::More - More tools for testing Moose packages

=head1 VERSION

This document describes version 0.015 of Test::Moose::More - released October 20, 2012 as part of Test-Moose-More.
This document describes version 0.016 of Test::Moose::More - released October 21, 2012 as part of Test-Moose-More.

=head1 SYNOPSIS

Expand Down Expand Up @@ -81,6 +81,14 @@ Passes if $thing's metaclass is a L<Moose::Meta::Role>.

Passes if $thing's metaclass is a L<Moose::Meta::Class>.

=head2 is_anon $thing

Passes if $thing is "anonymous".

=head2 is_not_anon $thing

Passes if $thing is not "anonymous".

=head2 check_sugar_removed_ok $thing

Ensures that all the standard Moose sugar is no longer directly callable on a
Expand Down

0 comments on commit 58e6686

Please sign in to comment.