From 43b025cd84101fb26f1e033b7e14b8927d8ad81f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Olivier=20Mengu=C3=A9?= Date: Wed, 27 May 2015 14:55:45 +0200 Subject: [PATCH] Mark CGI, Test::More, Test::Exception as 'test/requires' dependencies ... instead of runtime dependencies. --- dist.ini | 2 ++ 1 file changed, 2 insertions(+) diff --git a/dist.ini b/dist.ini index cd65c04..6012094 100644 --- a/dist.ini +++ b/dist.ini @@ -18,6 +18,8 @@ format = {{ cldr('1.yyyyMMdd') }} [Prereqs] UNIVERSAL::isa = 1.20110614 UNIVERSAL::can = 1.20110617 + +[Prereqs / TestRequires] CGI = 4.15 Test::More = 0.98 Test::Exception = 0.31