- or download this
# declare test inputs and expected outputs
#
...
},
);
- or download this
# execute code within Test::Hump-ish box
$self->{-capture}{-stdout}->start(); # STDOUT captured
...
}
$self->{-capture}{-stdout}->stop(); # not captured
$self->{-capture}{-stderr}->stop(); # not captured
- or download this
#!/run/bin/perl
# play-template.pl
...
# Looks like you failed 4 tests of 11.
=cut