From afb4eec73e31b1eff7f855a2dafbc709bc9f9407 Mon Sep 17 00:00:00 2001 From: Dobrica Pavlinusic Date: Fri, 26 Oct 2007 13:02:27 +0000 Subject: [PATCH] require Test::More for build git-svn-id: https://perl-cwmp.googlecode.com/svn/trunk@114 836a5e1a-633d-0410-964b-294494ad4392 --- Makefile.PL | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Makefile.PL b/Makefile.PL index bc8ee72..b823572 100644 --- a/Makefile.PL +++ b/Makefile.PL @@ -17,6 +17,8 @@ requires 'DBM::Deep'; requires 'Getopt::Long'; requires 'Term::Shelly' => '0.03'; +build_requires 'Test::More'; + auto_install; WriteAll; -- 2.20.1