NAME
fuzz-harness-generator - Generate fuzzing + corpus-based test harnesses
SYNOPSIS
fuzz-harness-generator [-r] [-o outputile] input_file
DESCRIPTION
This tool generates a t/fuzz.t test file that fuzzes and validates a target module's function or method, using both randomized fuzz cases and static corpus cases (Perl or YAML).
OPTIONS
- --help
 - 
Show this help.
 - --input
 - 
The input configuration file
 - --output
 - 
The (optional) output file.
 - --run
 - 
Call
proveon the output file.fuzz-harness-generator -r t/conf/data_text_append.confwill, therefore, dynamically create and run tests on theappendmethod of Data::Text