Skip to content

Commit

Permalink
Version 0.29.
Browse files Browse the repository at this point in the history
  • Loading branch information
rafl committed Oct 15, 2009
1 parent 75283cd commit de7728c
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
6 changes: 6 additions & 0 deletions Changes
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
Version history for MooseX::Method::Signatures

0.29 Thu, 15 Oct 2009 23:27:08 +0200
* Fix regression introduced in 0.29.
Validation for methods without named arguments wasn't strict enough
anymore. Passing too many arguments hasn't been rejected. Thanks
Justin Hunter for finding this.

0.28 Fri, 09 Oct 2009 01:28:02 +0200
* Fix default values for named arguments.

Expand Down
2 changes: 1 addition & 1 deletion lib/MooseX/Method/Signatures.pm
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ use aliased 'Devel::Declare::Context::Simple', 'ContextSimple';

use namespace::autoclean;

our $VERSION = '0.28';
our $VERSION = '0.29';

has package => (
is => 'ro',
Expand Down

0 comments on commit de7728c

Please sign in to comment.