Add more POD
[gruntmaster-daemon.git] / lib / Gruntmaster / Daemon / Format.pm
index 86c194ab3866b8876601acd5c41dd04dc78fb578..faa9209c9350ea9040fe541b720e24bdbc6fbf88 100644 (file)
@@ -8,12 +8,14 @@ no if $] > 5.017011, warnings => 'experimental::smartmatch';
 
 use POSIX qw//;
 use File::Basename qw/fileparse/;
+use File::Slurp qw/write_file/;
 use Gruntmaster::Daemon::Constants qw/TLE OLE DIED NZX/;
 use Time::HiRes qw/alarm/;
 use List::MoreUtils qw/natatime/;
+use Log::Log4perl qw/get_logger/;
 use IPC::Signal qw/sig_name sig_num/;
 
-our $VERSION = "5999-TRIAL";
+our $VERSION = "5999.000_001";
 our @EXPORT_OK = qw/prepare_files/;
 
 ##################################################
This page took 0.009668 seconds and 4 git commands to generate.