Skip Menu |

This queue is for tickets about the CatalystX-Component-Traits CPAN distribution.

Report information
The Basics
Id: 60732
Status: resolved
Priority: 0/
Queue: CatalystX-Component-Traits

People
Owner: bobtfish [...] bobtfish.net
Requestors: SHLOMIF [...] cpan.org
Cc:
AdminCc:

Bug Information
Severity: (no value)
Broken in: (no value)
Fixed in: (no value)



Subject: With recent Moose versions an ugly warning is thrown

Message body is not shown because it is too large.

Subject: git.diff
diff --git a/lib/CatalystX/Component/Traits.pm b/lib/CatalystX/Component/Traits.pm index 3d398b5..683ef90 100644 --- a/lib/CatalystX/Component/Traits.pm +++ b/lib/CatalystX/Component/Traits.pm @@ -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
Fixed and released, many thanks for the patch!