Increase time limit of increment test problem
[gruntmaster-daemon.git] / lib / Gruntmaster / Daemon / Generator / Undef.pm
CommitLineData
5c5cd38a
MG
1package Gruntmaster::Daemon::Generator::Undef;
2
3use 5.014000;
4use strict;
5use warnings;
6
7use Log::Log4perl qw/get_logger/;
8
3e7fd903 9our $VERSION = "5999.000_004";
5c5cd38a
MG
10
11##################################################
12
13sub generate{
a722431b 14 get_logger->trace("Pretending to generate test $_[0]...");
5c5cd38a
MG
15}
16
bc372959
MG
171;
18__END__
19
20=encoding utf-8
21
22=head1 NAME
23
24Gruntmaster::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
33Gruntmaster::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
37Marius Gavrilescu E<lt>marius@ieval.roE<gt>
38
39=head1 COPYRIGHT AND LICENSE
40
41Copyright (C) 2014 by Marius Gavrilescu
42
43This library is free software: you can redistribute it and/or modify
44it under the terms of the GNU Affero General Public License as published by
45the 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.015937 seconds and 4 git commands to generate.