From 16b28f45c488abe4397e8e8ad53028c29f6f5107 Mon Sep 17 00:00:00 2001 From: Stephen Nelson Date: Wed, 19 Aug 2015 22:44:36 -0700 Subject: [PATCH] Moved Test::More and Test::Most to optional, as per ticket 101974 (mishikal@yahoo.com) --- dist.ini | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/dist.ini b/dist.ini index a7b434c..2f9cfaf 100644 --- a/dist.ini +++ b/dist.ini @@ -12,10 +12,15 @@ copyright_holder = Eriq [MetaJSON] [AutoPrereqs] skip=^Mac::Files +skip=^Test:: [Prereqs] perl=5.6.0 +[Prereqs / RuntimeRecommends] +Test::More = 0 +Test::Most = 0 + [MetaResources] repository.url = https://github.com/stephenenelson/convert-binhex repository.web = https://github.com/stephenenelson/convert-binhex