Skip to content

Commit

Permalink
Version 0.06.
Browse files Browse the repository at this point in the history
  • Loading branch information
rafl committed Oct 14, 2008
1 parent 209907c commit 173a2cb
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
5 changes: 5 additions & 0 deletions Changes
@@ -1,3 +1,8 @@
0.06 Tue, 14 Oct 2008 05:43:35 +0200
* Use Moose meta methods instead of just coderefs.
* Add a setup_for method to set up the method keyword for something different
than the caller().

0.05 Sun, 12 Oct 2008 03:49:03 +0200 0.05 Sun, 12 Oct 2008 03:49:03 +0200
* Depend on Devel::Declare 0.002000. * Depend on Devel::Declare 0.002000.
* Make named arguments work as expected and add more tests. * Make named arguments work as expected and add more tests.
Expand Down
2 changes: 1 addition & 1 deletion lib/MooseX/Method/Signatures.pm
Expand Up @@ -12,7 +12,7 @@ use Moose::Meta::Method;
use Moose::Util::TypeConstraints (); use Moose::Util::TypeConstraints ();
use MooseX::Meta::Signature::Combined; use MooseX::Meta::Signature::Combined;


our $VERSION = '0.05'; our $VERSION = '0.06';


our ($Declarator, $Offset); our ($Declarator, $Offset);


Expand Down

0 comments on commit 173a2cb

Please sign in to comment.