Bug#615162: libcatalyst-modules-perl: CatalystX::Component::Traits gets compilation errors.

gregor herrmann gregoa at debian.org
Sat Feb 26 12:03:14 UTC 2011


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
-------------- next part --------------
A non-text attachment was scrubbed...
Name: not available
Type: application/pgp-signature
Size: 836 bytes
Desc: Digital signature
URL: <http://lists.alioth.debian.org/pipermail/pkg-perl-maintainers/attachments/20110226/4438395b/attachment.pgp>


More information about the pkg-perl-maintainers mailing list