X-Git-Url: http://git.ieval.ro/?a=blobdiff_plain;f=lib%2FGruntmaster%2FDaemon%2FGenerator.pod;fp=lib%2FGruntmaster%2FDaemon%2FGenerator.pod;h=bec7bc8734b0966a60dedf1dbafad3977ed814cd;hb=0005d3ad0aba39600e7dbb70c040c416f34985ac;hp=0000000000000000000000000000000000000000;hpb=c020b922b2b04878b04b8d7e84079087f1dc2abc;p=gruntmaster-daemon.git diff --git a/lib/Gruntmaster/Daemon/Generator.pod b/lib/Gruntmaster/Daemon/Generator.pod new file mode 100644 index 0000000..bec7bc8 --- /dev/null +++ b/lib/Gruntmaster/Daemon/Generator.pod @@ -0,0 +1,42 @@ +=encoding utf-8 + +=head1 NAME + +Gruntmaster::Daemon::Generator - Modules for generating input files + +=head1 SYNOPSIS + + use Gruntmaster::Daemon::Generator::Foo; + Gruntmaster::Daemon::Generator::Foo::generate(5, $meta); + +=head1 DESCRIPTION + +A generator is a module that creates input data. Each generator has a subroutine, B(I<$test>, I<$meta>), which generates the input data for the given test. + +There are three generators in this distribution: + +=over + +=item L - Generate tests from files + +=item L - Generate tests from program output + +=item L - Pretend to generate tests + +=back + +=head1 AUTHOR + +Marius Gavrilescu Emarius@ieval.roE + +=head1 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. + + +=cut