Help for this page

Select Code to Download


  1. or download this
    package test_setup;
    use strict;
    ...
    
    1;
    
  2. or download this
    use strict;
    use warnings;
    use t::test_setup qw/ file_name  /;
    use Test::More tests => 6;
    #etc