Skip to content

Commit

Permalink
Verion 0.15
Browse files Browse the repository at this point in the history
  • Loading branch information
bobtfish committed Aug 25, 2010
1 parent b51ed20 commit 1c3ae43
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
5 changes: 5 additions & 0 deletions Changes
@@ -1,5 +1,10 @@
Revision history for CatalystX-Component-Traits

0.15 2010-08-25 19:09:00
- Change excludes to -excludes when using MooseX::Traits::Pluggable
to avoid the deprecation warning.
- Change primary repository URI in metadata

0.14 2009-11-08 05:43:37
- minor code cleanup

Expand Down
2 changes: 1 addition & 1 deletion lib/CatalystX/Component/Traits.pm
Expand Up @@ -5,7 +5,7 @@ use Moose::Role;
use Carp;
use List::MoreUtils qw/firstidx any uniq/;
use Scalar::Util 'reftype';
with 'MooseX::Traits::Pluggable' => { excludes => ['_find_trait'] };
with 'MooseX::Traits::Pluggable' => { -excludes => ['_find_trait'] };

=head1 NAME
Expand Down

0 comments on commit 1c3ae43

Please sign in to comment.