Skip to content

Commit

Permalink
v0.012
Browse files Browse the repository at this point in the history
	* TRIAL release
	* add first pass at validate_attribute(), adapted from
	  MooseX::AttributeShortcuts' test suite
  • Loading branch information
rsrchboy committed Sep 30, 2012
1 parent 7714469 commit 47d4382
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 2 deletions.
5 changes: 5 additions & 0 deletions Changes
Expand Up @@ -2,6 +2,11 @@ Revision history for Test-Moose-More


{{$NEXT}} {{$NEXT}}


0.012 2012-09-29 23:18:12 PST8PDT
* TRIAL release
* add first pass at validate_attribute(), adapted from
MooseX::AttributeShortcuts' test suite

0.011 2012-08-26 22:32:59 America/Los_Angeles 0.011 2012-08-26 22:32:59 America/Los_Angeles
* drop AttributeShortcuts req from t/, or we may run into build issues * drop AttributeShortcuts req from t/, or we may run into build issues


Expand Down
6 changes: 5 additions & 1 deletion README.pod
Expand Up @@ -10,7 +10,7 @@ Test::Moose::More - More tools for testing Moose packages


=head1 VERSION =head1 VERSION


This document describes version 0.011 of Test::Moose::More - released August 26, 2012 as part of Test-Moose-More. This document describes version 0.012 of Test::Moose::More - released September 29, 2012 as part of Test-Moose-More.


=head1 SYNOPSIS =head1 SYNOPSIS


Expand Down Expand Up @@ -126,6 +126,10 @@ additional role-specific tests.
The same as validate_thing(), but ensures C<$thing> is a class, and allows for The same as validate_thing(), but ensures C<$thing> is a class, and allows for
additional class-specific tests. additional class-specific tests.


=head2 validate_attribute

Run checks against an attribute. Not yet documented or tested exhaustively.

=head1 SEE ALSO =head1 SEE ALSO


Please see those modules/websites for more information related to this module. Please see those modules/websites for more information related to this module.
Expand Down
3 changes: 2 additions & 1 deletion dist.ini
Expand Up @@ -5,4 +5,5 @@ copyright_holder = Chris Weyl
copyright_year = 2012 copyright_year = 2012


[@RSRCHBOY] [@RSRCHBOY]
tweet = 1 ;tweet = 1
autoprereqs_skip = ^(funcs|TestClass.*|TestRole.*)$

0 comments on commit 47d4382

Please sign in to comment.