X-Git-Url: http://git.ieval.ro/?p=gruntmaster-daemon.git;a=blobdiff_plain;f=lib%2FGruntmaster%2FDaemon%2FGenerator%2FRun.pm;h=b3e0e4e219fb6bf4d0b7d798c1b938efac4a6868;hp=54e11186530ee674bb73d7a02bf0a077df88d5f3;hb=bc3729599a66921e1efd9f801222e814c626ea76;hpb=ad4bd022cfaea149b8af3219234617f420d556cf diff --git a/lib/Gruntmaster/Daemon/Generator/Run.pm b/lib/Gruntmaster/Daemon/Generator/Run.pm index 54e1118..b3e0e4e 100644 --- a/lib/Gruntmaster/Daemon/Generator/Run.pm +++ b/lib/Gruntmaster/Daemon/Generator/Run.pm @@ -17,4 +17,36 @@ sub generate{ $gen->{run}->($gen->{name}, args => [ $test ], fds => [qw/1 >input/]); } -1 +1; +__END__ + +=encoding utf-8 + +=head1 NAME + +Gruntmaster::Daemon::Generator::Run - Generate tests from program output + +=head1 SYNOPSIS + + use Gruntmaster::Daemon::Generator::Run; + Gruntmaster::Daemon::Generator::Run->generate(5, $meta); + +=head1 DESCRIPTION + +Gruntmaster::Daemon::Generator::Run is a dynamic test generator. Test C<$i> is the output of running C<< $meta->{files}{gen} >> with argument C<$i>. + +=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