The London Perl and Raku Workshop takes place on 26th Oct 2024. If your company depends on Perl, please consider sponsoring and/or attending.

NAME

testauto

ABSTRACT

Generate POD from Tests

SYNOPSIS

  testauto -i t -o lib -t ./mytemplate

DESCRIPTION

This tool lets you generate POD documents from test files that adhere to the specification, "SPECIFICATION" in Test::Auto.

OPTIONS

  -h --help      Display help text.
  -t --template  Filepath for POD template.
  -p --pattern   Pattern to use to filter files.
  -o --output    Directory for .pod files.
  -i --input     Directory for .t files.