Skip to content

Commit

Permalink
bump version and add changelog entry
Browse files Browse the repository at this point in the history
  • Loading branch information
ruoso committed Jun 1, 2010
1 parent 385a04a commit 4ec337a
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.31 Thu, 01 Jun 2010 13:47:34 -0300
* Add support for "does" as a trait declarator
* Compatibilize MXMS::Meta::Method signature with Class::MOP::Method
so other traits can apply customizations to the actual body of the
method.

0.30 Thu, 04 Feb 2010 02:41:36 +0100
* Make Any instead of Defined the default type constraint.
* Add tests for coercing optional named parameters (Cory Watson).
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.30';
our $VERSION = '0.31';

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

0 comments on commit 4ec337a

Please sign in to comment.