Update PREREQ_PM
authorMarius Gavrilescu <marius@ieval.ro>
Fri, 31 Jan 2014 13:35:17 +0000 (15:35 +0200)
committerMarius Gavrilescu <marius@ieval.ro>
Fri, 31 Jan 2014 13:35:17 +0000 (15:35 +0200)
Makefile.PL
lib/Gruntmaster/Daemon/Generator/Run.pm

index fd0ceaf9b6347038a60792a0105833874ab77751..a476ad0ef55c81066c0c9271ae6142a83b3059cd 100644 (file)
@@ -23,24 +23,21 @@ WriteMakefile(
   SIGN              => 1,
   PREREQ_PM         => {
        qw/Exporter 0
-          Fcntl 0
           File::Basename 0
           File::Copy 0
-          File::Spec::Functions 0
-          IO::File 0
-          IPC::Open3 0
+          File::Temp 0
           List::Util 0
+          Sys::Hostname 0
           POSIX 0
           Time::HiRes 0
+          sigtrap 0
 
           BSD::Resource 0
           File::Slurp 0
           IPC::Signal 0
-          Linux::Inotify2 0
           List::MoreUtils 0
           Log::Log4perl 0
-          Try::Tiny 0
-          YAML::Any 0/,
+          Try::Tiny 0/
   },
   META_MERGE        => {
        dynamic_config => 0,
index 818272906cbcdb3b9686ff9fc45b8b4f3a0b0883..54e11186530ee674bb73d7a02bf0a077df88d5f3 100644 (file)
@@ -16,3 +16,5 @@ sub generate{
   get_logger->trace("Generating test $test...");
   $gen->{run}->($gen->{name}, args => [ $test ], fds => [qw/1 >input/]);
 }
+
+1
This page took 0.010647 seconds and 4 git commands to generate.