Do not fork/exec in gruntmaster-compile
[gruntmaster-daemon.git] / Makefile.PL
index fbc710ae9da1a5822263e0aeddaee8159f16b2f6..99665a944815ce3a4e83808af6bbd7fc3d5aa62b 100644 (file)
@@ -11,14 +11,15 @@ WriteMakefile(
        LICENSE           => 'AGPL_3',
        BUILD_REQUIRES    => {
                qw/Cwd 0
-                  File::Copy 0
-                  File::Copy::Recursive 0
-                  File::Path 0
+                  File::Basename 0
+                  File::Slurp 0
                   File::Temp 0
+                  File::Which 0
+                  Hash::Merge 0
                   List::Util 0
                   Log::Log4perl 0
                   Test::More 0
-                  YAML::Any 0/,
+                  YAML::Tiny 0/,
        },
        SIGN              => 1,
        PREREQ_PM         => {
@@ -33,11 +34,14 @@ WriteMakefile(
                   sigtrap 0
 
                   BSD::Resource 0
+                  Expect::Simple 0
                   File::Slurp 0
                   Gruntmaster::Data 0
                   IPC::Signal 0
+                  JSON 0
                   List::MoreUtils 0
                   Log::Log4perl 0
+                  String::ShellQuote 0
                   Try::Tiny 0/
                 },
        META_MERGE        => {
This page took 0.010323 seconds and 4 git commands to generate.