diff --git a/Changes b/Changes index 5d1deb2..e615430 100644 --- a/Changes +++ b/Changes @@ -1,3 +1,8 @@ +0.29 Mon, 31 Aug 2009 19:11:25 +0200 + * Add failing test for applying modifiers to a method directly composed from + a role (nperez). + * Fix the failing test by depending on MXMS 0.24. + 0.28 Thu, 27 Aug 2009 22:44:34 +0200 * Bump prereqs on MooseX::Method::Signatures, Moose, and namespace::clean in order to avoid test failure. diff --git a/lib/MooseX/Declare.pm b/lib/MooseX/Declare.pm index 506f32a..89eb9ce 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.28'; +our $VERSION = '0.29'; sub import { my ($class, %args) = @_;