From bd0312b37a72b48db519023f6a401c0206837992 Mon Sep 17 00:00:00 2001 From: "chorny@cpan.org" Date: Tue, 15 Dec 2009 21:44:00 +0000 Subject: [PATCH] Add Test::More to prereqs --- AutoXS-Header/Makefile.PL | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/AutoXS-Header/Makefile.PL b/AutoXS-Header/Makefile.PL index 236f30a4b..30d4aa25d 100644 --- a/AutoXS-Header/Makefile.PL +++ b/AutoXS-Header/Makefile.PL @@ -10,8 +10,9 @@ WriteMakefile1( repository => 'http://svn.ali.as/cpan/trunk/AutoXS-Header', }, }, - #BUILD_REQUIRES => { - #}, + BUILD_REQUIRES => { + 'Test::More' => 0, + }, NAME => 'AutoXS::Header', VERSION_FROM => 'lib/AutoXS/Header.pm', # finds $VERSION PREREQ_PM => {}, # e.g., Module::Name => 1.1