NAME

Gruntmaster::Daemon::Generator - Modules for generating input files

SYNOPSIS

use Gruntmaster::Daemon::Generator::Foo;
Gruntmaster::Daemon::Generator::Foo::generate(5, $meta);

DESCRIPTION

A generator is a module that creates input data. Each generator has a subroutine, generate($test, $meta), which generates the input data for the given test.

There are three generators in this distribution:

Gruntmaster::Daemon::Generator::File - Generate tests from files
Gruntmaster::Daemon::Generator::Run - Generate tests from program output
Gruntmaster::Daemon::Generator::Undef - Pretend to generate tests

AUTHOR

Marius Gavrilescu <marius@ieval.ro>

COPYRIGHT AND LICENSE

Copyright (C) 2014 by Marius Gavrilescu

This library is free software: you can redistribute it and/or modify it under the terms of the GNU Affero General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version.