Update documentation and version
[gruntmaster-daemon.git] / lib / Gruntmaster / Daemon / Generator / File.pm
index 0531def67a1e45783f2602e25ba0cb41ef857b0b..5a809ebd8e1ae9b077421582f6eb5066482d6456 100644 (file)
@@ -7,7 +7,7 @@ use warnings;
 use File::Slurp qw/write_file/;
 use Log::Log4perl qw/get_logger/;
 
-our $VERSION = '0.001';
+our $VERSION = "5999-TRIAL";
 
 ##################################################
 
@@ -17,4 +17,36 @@ sub generate{
   write_file 'input', $meta->{infile}[$test - 1]
 }
 
-1
+1;
+__END__
+
+=encoding utf-8
+
+=head1 NAME
+
+Gruntmaster::Daemon::Generator::File - Generate tests from files
+
+=head1 SYNOPSIS
+
+  use Gruntmaster::Daemon::Generator::File;
+  Gruntmaster::Daemon::Generator::File->generate(5, $meta);
+
+=head1 DESCRIPTION
+
+Gruntmaster::Daemon::Generator::File is a static test generator. Test C<$i> is C<< $meta->{infile}[$i - 1] >>.
+
+=head1 AUTHOR
+
+Marius Gavrilescu E<lt>marius@ieval.roE<gt>
+
+=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
This page took 0.010539 seconds and 4 git commands to generate.