From 80b46f64051f8923b8be05426453be5110be6b87 Mon Sep 17 00:00:00 2001
From: Anton Soldatov <igelhaus@gmail.com>
Date: Fri, 11 Apr 2014 10:11:25 +0400
Subject: [PATCH] BUILD_REQUIRES added to Makefile.PL

---
 Makefile.PL | 12 +++++++++---
 1 file changed, 9 insertions(+), 3 deletions(-)

diff --git a/Makefile.PL b/Makefile.PL
index ed5a7b3..b6097c7 100644
--- a/Makefile.PL
+++ b/Makefile.PL
@@ -2,9 +2,15 @@ use 5.010;
 use ExtUtils::MakeMaker;
 
 WriteMakefile(
-	NAME         => 'Redminer',
-	VERSION_FROM => 'lib/Redminer.pm',
-	PREREQ_PM    => {
+	NAME           => 'Redminer',
+	VERSION_FROM   => 'lib/Redminer.pm',
+	BUILD_REQUIRES => {
+		'ExtUtils::MakeMaker' => 0,
+		'Test::More'          => 0,
+		'Test::Pod'           => '1.00',
+		'Test::Pod::Coverage' => 0,
+	},
+	PREREQ_PM => {
 		'URI'             => 0,
 		'URI::QueryParam' => 0,
 		'LWP::UserAgent'  => 0,
-- 
GitLab