Already posted to Perlmonks, but this is killing me at work right now.
http://www.perlmonks.org/?node_id=693163
Basically, using Test::Deep with Test::Class fails horribly.
package TestIt;
use Test::Deep;
use base 'Test::Class';
sub startup : Tests(startup) {}
1;
Trying to compile that results in:
Invalid CODE attribute: Tests(startup => 1) at TestIt.pm line 9
BEGIN failed--compilation aborted at TestIt.pm line 9.
I've reported the bug to Adrian Howard, but I don't know if it's his
bug, Fergal Daly's bug or someone else's entirely.
Help!
Cheers,
Ovid
--
Buy the book - http://www.oreilly.com/catalog/perlhks/
Personal blog - http://publius-ovidius.livejournal.com/
Tech blog - http://use.perl.org/~Ovid/journal/