5 Gruntmaster::Daemon::Generator - Modules for generating input files
9 use Gruntmaster::Daemon::Generator::Foo;
10 Gruntmaster::Daemon::Generator::Foo::generate(5, $meta);
14 A generator is a module that creates input data. Each generator has a subroutine, B<generate>(I<$test>, I<$meta>), which generates the input data for the given test.
16 There are three generators in this distribution:
20 =item L<Gruntmaster::Daemon::Generator::File> - Generate tests from files
22 =item L<Gruntmaster::Daemon::Generator::Run> - Generate tests from program output
24 =item L<Gruntmaster::Daemon::Generator::Undef> - Pretend to generate tests
30 Marius Gavrilescu E<lt>marius@ieval.roE<gt>
32 =head1 COPYRIGHT AND LICENSE
34 Copyright (C) 2014 by Marius Gavrilescu
36 This library is free software: you can redistribute it and/or modify
37 it under the terms of the GNU Affero General Public License as published by
38 the Free Software Foundation, either version 3 of the License, or
39 (at your option) any later version.