summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorKaren Etheridge <ether@cpan.org>2013-06-21 21:30:11 -0700
committerJesse Luehrs <doy@tozt.net>2013-07-08 17:16:44 -0400
commit87d6ea405032149fd28a66a452e56bfefd921a51 (patch)
tree0401a40fd42324911cbeb2e8d3e9bd9abd8a8547
parenta4d7395b37a102f3ab4faed4d5a6e7cdc0d8a122 (diff)
downloaddist-checkconflicts-87d6ea405032149fd28a66a452e56bfefd921a51.tar.gz
dist-checkconflicts-87d6ea405032149fd28a66a452e56bfefd921a51.zip
dep on version that added warnings{}
-rw-r--r--t/02-conflicts.t2
1 files changed, 1 insertions, 1 deletions
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';
{