From 87d6ea405032149fd28a66a452e56bfefd921a51 Mon Sep 17 00:00:00 2001 From: Karen Etheridge Date: Fri, 21 Jun 2013 21:30:11 -0700 Subject: dep on version that added warnings{} --- t/02-conflicts.t | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/t/02-conflicts.t b/t/02-conflicts.t index e1645d5..19cd72b 100644 --- a/t/02-conflicts.t +++ b/t/02-conflicts.t @@ -4,7 +4,7 @@ use warnings; use Test::More; use Test::Fatal; -use Test::Warnings 'warning'; +use Test::Warnings 0.005 'warning'; use lib 't/lib/02'; { -- cgit v1.2.3-54-g00ecf