Browse Source

Add Test::MockModule to cpanfile test section

Add Test::MockModule  to cpanfile test section
Yuki Kimoto 5 năm trước cách đây
mục cha
commit
5cfe7a1c73
1 tập tin đã thay đổi với 1 bổ sung0 xóa
  1. 1 0
      cpanfile

+ 1 - 0
cpanfile

@@ -50,6 +50,7 @@ on 'test' => sub {
   requires "Test::Warn" => "0";
   requires "blib" => "1.01";
   requires "lib" => "0";
+  requires "Test::MockModule" => "0.176";  
 };
 
 on 'configure' => sub {