Skip to content

Commit

Permalink
Version 0.21.
Browse files Browse the repository at this point in the history
  • Loading branch information
rafl committed Aug 18, 2009
1 parent 61c6802 commit 6f2b74d
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.21 Tue, 18 Aug 2009 08:45:48 +0200
* Add tests for using aliased.pm for type aliases (Steffen Schwigon).
* Depend on the latest PMS to get type alias resolving.

0.20 Mon, 17 Aug 2009 12:11:32 +0200
* Make the meta method's parsed_signature public.
* Use MooseX::LazyRequire's new interface and depend on 0.03.
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.20';
our $VERSION = '0.21';

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

0 comments on commit 6f2b74d

Please sign in to comment.