From d313be310f687f9af11702bdf91064486eab8ef9 Mon Sep 17 00:00:00 2001 From: Stephen Nelson Date: Sun, 15 Nov 2015 11:38:55 -0800 Subject: [PATCH] v1.125 - Made the Test:: modules TEST_REQUIRES (ticket 108523, TODDR) --- Changes | 1 + dist.ini | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/Changes b/Changes index d7fd909..64b191f 100644 --- a/Changes +++ b/Changes @@ -1,6 +1,7 @@ Revision history for Perl module Convert::BinHex {{$NEXT}} + - Made the Test:: modules TEST_REQUIRES (ticket 108523, TODDR) 1.124 2015-08-19 - Changed debinhex to UTF-8 diff --git a/dist.ini b/dist.ini index 2f9cfaf..c94b100 100644 --- a/dist.ini +++ b/dist.ini @@ -17,7 +17,7 @@ skip=^Test:: [Prereqs] perl=5.6.0 -[Prereqs / RuntimeRecommends] +[Prereqs / TestRequires] Test::More = 0 Test::Most = 0