From 9bd381f9117c420a8c7f2e7e1c60b920a09e5c6c Mon Sep 17 00:00:00 2001 From: Florian Ragwitz Date: Tue, 18 Aug 2009 08:59:50 +0200 Subject: [PATCH] Version 0.27. --- Changes | 4 ++++ lib/MooseX/Declare.pm | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/Changes b/Changes index d7bdb94..494eb96 100644 --- a/Changes +++ b/Changes @@ -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. diff --git a/lib/MooseX/Declare.pm b/lib/MooseX/Declare.pm index 26bd56f..8ba9251 100644 --- a/lib/MooseX/Declare.pm +++ b/lib/MooseX/Declare.pm @@ -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) = @_;