X-Git-Url: http://git.ieval.ro/?p=gruntmaster-daemon.git;a=blobdiff_plain;f=lib%2FGruntmaster%2FDaemon%2FGenerator%2FUndef.pm;h=3a30f7af6eb4496454e4946601a2951001b0311f;hp=836a4be617e2ed3f8afe4220d7ed1f61ee70548e;hb=99d3711026b621247d46551b38f19c34f26342bd;hpb=5c5cd38ad5b9e3c2b331564bc0b23e9167b7d07a diff --git a/lib/Gruntmaster/Daemon/Generator/Undef.pm b/lib/Gruntmaster/Daemon/Generator/Undef.pm index 836a4be..3a30f7a 100644 --- a/lib/Gruntmaster/Daemon/Generator/Undef.pm +++ b/lib/Gruntmaster/Daemon/Generator/Undef.pm @@ -6,12 +6,44 @@ use warnings; use Log::Log4perl qw/get_logger/; -our $VERSION = '0.001'; +our $VERSION = '5999.000_004'; ################################################## sub generate{ - get_logger->trace("Pretending to generate test $_[0]..."); + get_logger->trace("Pretending to generate test $_[0]..."); } -1 +1; +__END__ + +=encoding utf-8 + +=head1 NAME + +Gruntmaster::Daemon::Generator::Undef - Pretend to generate tests + +=head1 SYNOPSIS + + use Gruntmaster::Daemon::Generator::Undef; + Gruntmaster::Daemon::Generator::Undef->generate(5, $meta); + +=head1 DESCRIPTION + +Gruntmaster::Daemon::Generator::Undef is a noop test generator. It is useful for L problems, where there is no input. + +=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