Ticket #1569 (closed bug: fixed)

Opened 12 years ago

Last modified 12 years ago

Missing tapir docs (pod/man)

Reported by: rurban Owned by: dukeleto
Priority: normal Milestone: 2.4
Component: tools Version: trunk
Severity: medium Keywords:
Cc: Language:
Patch status: Platform:

Description

An installable package requires a man page for a binary.

Something like this (synopsis by you) =head1 NAME

tapir [options] [files]

=head1 DESCRIPTION

TAP Test::Harness pir

=head2 OPTIONS

=head3 Boolean options

-v, --verbose Print all test lines. -s, --shuffle Run the tests in random order. -f, --failures Show failed tests. -o, --comments Show comments.

--ignore-exit Ignore exit status from test scripts.

-m, --merge Merge test scripts' STDERR with their STDOUT.

--reverse Run the tests in reverse order.

-q, --quiet Suppress some test output while running tests. -Q, --QUIET Only print summary results.

--directives Only show results with TODO or SKIP directives. --normalize Normalize TAP output in verbose output

-h, --help Display this help -V, --version Display the version

=head3 Options that take arguments

-e, --exec Interpreter to run the tests ( for compiled

tests.)

-a, --archive Store the resulting TAP in an archive file.

=cut

Change History

Changed 12 years ago by dukeleto

  • status changed from new to closed
  • resolution set to fixed

Fixed in r45825

Note: See TracTickets for help on using tickets.