From 7c90eb0bc3d7a6beb8b0013508f5aa80d14e68af Mon Sep 17 00:00:00 2001 From: Marius Gavrilescu Date: Tue, 20 Aug 2013 08:12:19 +0300 Subject: [PATCH 1/1] Fix build deps --- Makefile.PL | 3 +++ t/POE-Component-IRC-Plugin-Infobot.t | 1 - 2 files changed, 3 insertions(+), 1 deletion(-) 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; -- 2.39.2