Skip to content

Commit

Permalink
prepare for 0.05 release
Browse files Browse the repository at this point in the history
  • Loading branch information
jrockway committed May 28, 2009
1 parent 1c3b14b commit 81e1dec
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
3 changes: 3 additions & 0 deletions Changes
@@ -1,3 +1,6 @@
0.05 Thu May 28 08:37:21 MST 2009
- support subclasses of classes that use MX::Traits

0.04 Tue May 26 23:00:29 MST 2009
- add apply_traits method
- use meta->constructor_name instead of 'new'
Expand Down
2 changes: 1 addition & 1 deletion lib/MooseX/Traits.pm
@@ -1,7 +1,7 @@
package MooseX::Traits;
use Moose::Role;

our $VERSION = '0.04';
our $VERSION = '0.05';
our $AUTHORITY = 'id:JROCKWAY';

has '_trait_namespace' => (
Expand Down

0 comments on commit 81e1dec

Please sign in to comment.