> From: Fergal Daly <fer...@esatclear.ie>

> > Also, some test modules are problematic. For example:
> >
> >    use Moose;
> >    use Test::Deep;
> >
> > That gives you a prototype mismatch warning. So you can omit underlying 
> > modules if needed:
>
> This is caused by both modules exporting a blessed function by default
> and Moose's one sets a prototype.


Since the core Scalar::Util::blessed has the same prototype, would you consider 
adding this to Test::Deep?

Cheers,
Ovid
 --
Buy the book         - http://www.oreilly.com/catalog/perlhks/
Tech blog            - http://use.perl.org/~Ovid/journal/
Twitter              - http://twitter.com/OvidPerl
Official Perl 6 Wiki - http://www.perlfoundation.org/perl6


Reply via email to