Help for this page

Select Code to Download


  1. or download this
      package TestIt;
    
      use Test::Deep;
    ...
      sub startup : Tests(startup) {}
    
      1;
    
  2. or download this
      Invalid CODE attribute: Tests(startup => 1) at TestIt.pm line 9
      BEGIN failed--compilation aborted at TestIt.pm line 9.