Run user programs as nobody:nogroup
[gruntmaster-daemon.git] / Makefile.PL
index fbc710ae9da1a5822263e0aeddaee8159f16b2f6..5baa62ab2d993952bbd3e546eb411d115cc2503d 100644 (file)
@@ -11,10 +11,11 @@ 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
@@ -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.009944 seconds and 4 git commands to generate.