Skip to content

Commit

Permalink
Version 0.25
Browse files Browse the repository at this point in the history
  • Loading branch information
ashb committed Sep 7, 2009
1 parent f90a9c6 commit e97e7c4
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions Changes
@@ -1,5 +1,9 @@
Version history for MooseX::Method::Signatures

0.25 Mon, 07 Sep 2009 22:003:03 +0100
* Remove scary ALPHA disclaimer from POD
* Depend on Test::More 0.88 for done_testing

0.24 Mon, 31 Aug 2009 19:04:14 +0200
* Rename the meta method's clone method to reify. clone already had a special
meaning for methods in role applications to classes.
Expand Down
2 changes: 1 addition & 1 deletion lib/MooseX/Method/Signatures.pm
Expand Up @@ -19,7 +19,7 @@ use aliased 'Devel::Declare::Context::Simple', 'ContextSimple';

use namespace::autoclean;

our $VERSION = '0.24';
our $VERSION = '0.25';

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

0 comments on commit e97e7c4

Please sign in to comment.