649a5d83b9da1b268d54808186aa107951d56162
[gruntmaster-daemon.git] / lib / Gruntmaster / Daemon / Generator / Undef.pm
1 package Gruntmaster::Daemon::Generator::Undef;
2
3 use 5.014000;
4 use strict;
5 use warnings;
6
7 use Log::Log4perl qw/get_logger/;
8
9 our $VERSION = "5999.000_004";
10
11 ##################################################
12
13 sub generate{
14 get_logger->trace("Pretending to generate test $_[0]...");
15 }
16
17 1;
18 __END__
19
20 =encoding utf-8
21
22 =head1 NAME
23
24 Gruntmaster::Daemon::Generator::Undef - Pretend to generate tests
25
26 =head1 SYNOPSIS
27
28 use Gruntmaster::Daemon::Generator::Undef;
29 Gruntmaster::Daemon::Generator::Undef->generate(5, $meta);
30
31 =head1 DESCRIPTION
32
33 Gruntmaster::Daemon::Generator::Undef is a noop test generator. It is useful for L<interactive|Gruntmaster::Daemon::Runner::Interactive> problems, where there is no input.
34
35 =head1 AUTHOR
36
37 Marius Gavrilescu E<lt>marius@ieval.roE<gt>
38
39 =head1 COPYRIGHT AND LICENSE
40
41 Copyright (C) 2014 by Marius Gavrilescu
42
43 This library is free software: you can redistribute it and/or modify
44 it under the terms of the GNU Affero General Public License as published by
45 the Free Software Foundation, either version 3 of the License, or
46 (at your option) any later version.
47
48
49 =cut
This page took 0.022367 seconds and 4 git commands to generate.