Skip to content

Commit

Permalink
Version 0.27.
Browse files Browse the repository at this point in the history
  • Loading branch information
rafl committed Aug 18, 2009
1 parent b0b7f6a commit 9bd381f
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions Changes
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
0.27 Tue, 18 Aug 2009 08:54:22 +0200
* Depend on MooseX::Method::Signatures 0.21 to make sure type aliasing works
and there are no warnings due to the recent MooseX::LazyRequire changes.

0.26 Sun, 16 Aug 2009 14:48:12 +0200
* Declare dependency on MooseX::AttributeHelpers.

Expand Down
2 changes: 1 addition & 1 deletion lib/MooseX/Declare.pm
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ use aliased 'MooseX::Declare::Syntax::Keyword::Namespace', 'NamespaceKeyword';

use namespace::clean;

our $VERSION = '0.26';
our $VERSION = '0.27';

sub import {
my ($class, %args) = @_;
Expand Down

0 comments on commit 9bd381f

Please sign in to comment.