Help for this page

Select Code to Download


  1. or download this
        'V|version'     => sub { print_version(); exit; },
    
  2. or download this
    sub print_version {
        printf( "prove v%s, using Test::Harness v%s and Perl v%vd\n",
            $VERSION, $Test::Harness::VERSION, $^V );
    }