Skip to content

Commit

Permalink
Version 0.14.
Browse files Browse the repository at this point in the history
  • Loading branch information
rafl committed Apr 8, 2009
1 parent 0dbeb20 commit fe257a6
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions Changes
Original file line number Original file line Diff line number Diff line change
@@ -1,5 +1,9 @@
Version history for MooseX::Method::Signatures Version history for MooseX::Method::Signatures


0.14 Wed, 08 Apr 2009 03:45:50 +0200
* Depend on MooseX::Types::Structured 0.11. 0.10 had a bug which caused
validation to always fail.

0.13 Sat, 28 Mar 2009 13:04:36 +0000 0.13 Sat, 28 Mar 2009 13:04:36 +0000
* Fix bug with namespace::clean and MooseX::Types. (Ash Berlin) * Fix bug with namespace::clean and MooseX::Types. (Ash Berlin)
* Rename methods to remove __ANON__ from callstack. * Rename methods to remove __ANON__ from callstack.
Expand Down
2 changes: 1 addition & 1 deletion lib/MooseX/Method/Signatures.pm
Original file line number Original file line Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ use Carp;


use namespace::clean -except => 'meta'; use namespace::clean -except => 'meta';


our $VERSION = '0.13'; our $VERSION = '0.14';


extends qw/Moose::Object Devel::Declare::MethodInstaller::Simple/; extends qw/Moose::Object Devel::Declare::MethodInstaller::Simple/;


Expand Down

0 comments on commit fe257a6

Please sign in to comment.