App-Framework-Lite
view release on metacpan or search on metacpan
Example of an array option
-hash=s% A hash
Example of a hash option
[DESCRIPTION]
B<$name> reads the control file to pull together fragments of test script. Creates a single test script file and a test menu.
t/01-Mandev.t view on Meta::CPAN
# -nomacro
# Normally the script automatically inserts a call to 'test_start'
# at the beginning of the test, and 'test_passed' at the end of
# the test. In both cases, the macros are called with the quoted
# string that is the full 'path' of the test name.
#
# The test path being the menu names, separated by '::' down to
# the actual test name
#
# DESCRIPTION
# 01-Man reads the control file to pull together fragments of test script.
# Creates a single test script file and a test menu.
#
$stdout="" ;
$stderr="" ;
eval{
local *STDOUT ;
local *STDERR ;
open(STDOUT, '>', \$stdout) or die "Can't open STDOUT: $!" ;
t/01-Mandev.t view on Meta::CPAN
Example of an array option
-hash=s% A hash
Example of a hash option
[DESCRIPTION]
B<$name> reads the control file to pull together fragments of test script. Creates a single test script file and a test menu.
t/embed/test1.pl view on Meta::CPAN
Example of an array option
-hash=s% A hash
Example of a hash option
[DESCRIPTION]
B<$name> reads the control file to pull together fragments of test script. Creates a single test script file and a test menu.
t/embed/test2.pl view on Meta::CPAN
Example of an array option
-hash=s% A hash
Example of a hash option
[DESCRIPTION]
B<$name> reads the control file to pull together fragments of test script. Creates a single test script file and a test menu.
t/embed/test3.pl view on Meta::CPAN
Example of an array option
-hash=s% A hash
Example of a hash option
[DESCRIPTION]
B<$name> reads the control file to pull together fragments of test script. Creates a single test script file and a test menu.
( run in 2.099 seconds using v1.01-cache-2.11-cpan-b16cb0d3907 )