Skip to content

Commit

Permalink
Version 0.13
Browse files Browse the repository at this point in the history
  • Loading branch information
ashb committed Mar 28, 2009
1 parent 98bef77 commit 7dec82b
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,6 @@
Version history for MooseX::Method::Signatures

0.13 Sat, 28 Mar 2009 13:04:36 +0000
* Fix bug with namespace::clean and MooseX::Types. (Ash Berlin)
* Rename methods to remove __ANON__ from callstack.
* Port to using 'from_namespace' from Parse::Method::Signatures 1.003003.
Expand All @@ -12,6 +13,9 @@ Version history for MooseX::Method::Signatures
This will be documented in the pod once we are happy with the exact
behaviour. See t/return_value.t for examples for now.
* Depend upon Parse::Method::Signatures 1.003004 for better error reporting
* Fix a bug in methods with attributes on perl 5.8.7
* Fix bug in location of errors with older Mooses
* Bump minium Moose dep to 0.63

0.12 Wed, 04 Mar 2009 03:05:19 +0100
* Implement and test scalar placeholder values.
Expand Down
2 changes: 1 addition & 1 deletion lib/MooseX/Method/Signatures.pm
Expand Up @@ -14,7 +14,7 @@ use Carp;

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

our $VERSION = '0.12';
our $VERSION = '0.13';

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

Expand Down

0 comments on commit 7dec82b

Please sign in to comment.