Help for this page
#!/usr/bin/perl -- ... GetOptions( "input=s" => \$input ); ok( $input, "got input=$input" ); }
$ pmvers Test::More App::Prove Getopt::Long Test::More: 0.94 ... $ prove -V TAP::Harness v3.17 and Perl v5.10.1