Help for this page

Select Code to Download


  1. or download this
        test => { TESTS => 't/*.t' },
    
  2. or download this
    C:\Perl\bin\perl.exe "-MExtUtils::Command::MM" "-e" "test_harness(0, '
    +blib\lib', 'blib\arch')" t\001_load.t ...
    
  3. or download this
    #!/usr/bin/perl
    # file: test.pl
    ...
        ...
    ];
    test_harness( $ENV{TEST_VERBOSE} || 0, 'blib\lib', 'blib\arch');