Skip to content

Commit

Permalink
Version 0.29.
Browse files Browse the repository at this point in the history
  • Loading branch information
rafl committed Aug 31, 2009
1 parent 6308ee9 commit 21a6e58
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
5 changes: 5 additions & 0 deletions Changes
Original file line number Diff line number Diff line change
@@ -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.
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.28';
our $VERSION = '0.29';

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

0 comments on commit 21a6e58

Please sign in to comment.