2010/10/14 Jiří Pavlovský <[email protected]>: > Here is a minimal script that produces the error. Ss you can see it is > caused by Moose::Util::TypeConstraint.
Fix this with use Moose::Util::TypeConstraints qw/ the exports you actually need from M::U::TC /; -- Lars Balker Rasmussen Consult::Perl
