From: Marius Gavrilescu Date: Tue, 20 Aug 2013 05:12:19 +0000 (+0300) Subject: Fix build deps X-Git-Tag: 0.001001~1 X-Git-Url: http://git.ieval.ro/?p=poe-component-irc-plugin-infobot.git;a=commitdiff_plain;h=7c90eb0bc3d7a6beb8b0013508f5aa80d14e68af Fix build deps --- diff --git a/Makefile.PL b/Makefile.PL index 91055ce..372de9c 100644 --- a/Makefile.PL +++ b/Makefile.PL @@ -15,4 +15,7 @@ WriteMakefile( IRC::Utils => 0.12, DB_File => 0. }, + BUILD_REQUIRES => { + Test::MockObject => 0, + } ); diff --git a/t/POE-Component-IRC-Plugin-Infobot.t b/t/POE-Component-IRC-Plugin-Infobot.t index 90723a9..d2d02d1 100644 --- a/t/POE-Component-IRC-Plugin-Infobot.t +++ b/t/POE-Component-IRC-Plugin-Infobot.t @@ -2,7 +2,6 @@ use strict; use warnings; -use Taint::Util qw/taint/; use Test::MockObject; use Test::More tests => 16;