소스 검색

Add test deps

Andy Baugh 2 년 전
부모
커밋
c48b153844
1개의 변경된 파일8개의 추가작업 그리고 0개의 파일을 삭제
  1. 8 0
      Makefile.PL

+ 8 - 0
Makefile.PL

@@ -15,6 +15,14 @@ WriteMakefile(
       },
     },
   },
+  BUILD_REQUIRES => {
+    'FindBin'                => '0',
+    'Test::More'             => '0',
+    'Test::MockModule'       => '0',
+    'Test::Deep'             => '0',
+    'Test::Fatal'            => '0',
+    'Test::MockFile'         => '0',
+  },
   PREREQ_PM => {
     'CGI::Cookie'            => '0',
     'Capture::Tiny'          => '0',