package TestIt; use Test::Deep; use base 'Test::Class'; sub startup : Tests(startup) {} 1; #### Invalid CODE attribute: Tests(startup => 1) at TestIt.pm line 9 BEGIN failed--compilation aborted at TestIt.pm line 9.