On Fri, 25 Feb 2011 23:45:48 -0800, David Caldwell wrote:

> CatalystX::Component::Traits 0.14 appears to be causing the problem. There is 
> a
> newer version (0.16) on CPAN that fixes this issue, according to this page:
> <https://code.google.com/p/bluehome/wiki/Install>

Right.
 
> I humbly request that CatalystX::Component::Traits be upgraded.

It's already in svn, but the upload needs some more work related to
other modules :/
 
For a quick fix on your system you can apply the one-character fix
from

http://search.cpan.org/diff?from=CatalystX-Component-Traits-0.14&to=CatalystX-Component-Traits-0.16#lib/CatalystX/Component/Traits.pm

#v+
@@ -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

#v-

Cheers,
gregor

-- 
 .''`.   http://info.comodo.priv.at/ -- GPG key IDs: 0x8649AA06, 0x00F3CFE4
 : :' :  Debian GNU/Linux user, admin, & developer - http://www.debian.org/
 `. `'   Member of VIBE!AT & SPI, fellow of Free Software Foundation Europe
   `-    NP: Peter Ratzenbeck: Planxty Irwin

Attachment: signature.asc
Description: Digital signature

Reply via email to