George Baugh 1 year ago
parent
commit
a3fb217201
1 changed files with 2 additions and 0 deletions
  1. 2 0
      Makefile.PL

+ 2 - 0
Makefile.PL

@@ -64,6 +64,8 @@ WriteMakefile(
     'HTTP::Tiny::UNIX'          => '0',
     'Email::MIME'               => '0',
     'Email::Sender::Simple'     => '0',
+    'POSIX::strptime'           => '0',
+    'Log::Dispatch::DBI'        => '0',
   },
   test => {TESTS => 't/*.t'}
 );