Help for this page

Select Code to Download


  1. or download this
    use strict;
    use warnings;
    use Test::Harness;
    
    runtests(["podext.t"], ["excelpod.bat"], ["ExcelPOD.t"]);
    
  2. or download this
    use if (1 == scalar @ARGV && "-t" eq $ARGV[0]), "Test::More";
    
    ...
        no warnings;
        eval {"plan tests => 63;"};
        use warnings;