This is the command pod2testp that can be run in the OnWorks free hosting provider using one of our multiple free online workstations such as Ubuntu Online, Fedora Online, Windows online emulator or MAC OS online emulator
PROGRAM:
NAME
pod2test - Convert embedded tests and code examples to .t files
SYNOPSIS
pod2test [-Mmodule] [input [output]]
DESCRIPTION
pod2test is a front-end for Pod::Tests (formerly Test::Inline 1). It generates TAP-
compatible .t testing scripts from embedded tests and code examples.
If output is not specified, the resulting .t file will go to STDOUT. Otherwise, it will
go to the given output file. If input is not given, it will draw from STDIN.
If the given file contains no tests or code examples, no output will be given, no output
file will be created and pod2test will exit with 1.
The Test::More module is made available to the testing blocks using the 'no_plan' feature.
Any further modules which should be used are specified with -M. UNIMPLEMENTED
Use pod2testp online using onworks.net services