Help for this page

Select Code to Download


  1. or download this
    perl -MTest::AutoPlan -e0 t/*
    
  2. or download this
    use Test::More ( ... );
    ...
    
  3. or download this
    use Test::AutoPlan qw( Test::More ... );
    ...
    
  4. or download this
    use Test::AutoPlan 23 qw( Test::More ... );
    ...
    
  5. or download this
    my $plan;
    
    ...
            }
        }
    }