Help for this page

Select Code to Download


  1. or download this
    use Test::More;
    
    ...
    plan tests => scalar @tests;
    
    # run tests here
    
  2. or download this
    plan tests => keys %Stuff * 3;