Fix build deps
authorMarius Gavrilescu <marius@ieval.ro>
Tue, 20 Aug 2013 05:12:19 +0000 (08:12 +0300)
committerMarius Gavrilescu <marius@ieval.ro>
Tue, 20 Aug 2013 05:13:08 +0000 (08:13 +0300)
Makefile.PL
t/POE-Component-IRC-Plugin-Infobot.t

index 91055ce2809750e9a00424582da9adf918769970..372de9c7bf49da1604343b924f3cdae4e4c23d7e 100644 (file)
@@ -15,4 +15,7 @@ WriteMakefile(
        IRC::Utils => 0.12,
        DB_File => 0.
   },
+  BUILD_REQUIRES      => {
+       Test::MockObject => 0,
+  }
 );
index 90723a987817b4d4c52988ee68a5bf3fc4a0bb11..d2d02d11236c941994042cb7a54257175b7a97b4 100644 (file)
@@ -2,7 +2,6 @@
 use strict;
 use warnings;
 
-use Taint::Util qw/taint/;
 use Test::MockObject;
 use Test::More tests => 16;
 
This page took 0.010956 seconds and 4 git commands to generate.