Subject: | Test::Deep prototype warning with Moose |
WIth this code on Perl 5.10.1:
#!/usr/bin/env perl
use Moose;
use Test::Deep;
We get the following warning:
Prototype mismatch: sub main::blessed ($) vs none at
/System/Library/Perl/5.10.1/Exporter.pm line 67.
at proto.pl line 4
I haven't yet figured out how to suppress this warning.
Cheers,
Ovid