Browse Source

Merge pull request #457 from yuki-kimoto/patch-1

Add Test::MockModule  to cpanfile test section
George S. Baugh 5 năm trước cách đây
mục cha
commit
4e52f68cc6
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 {