From: Karen Etheridge <ether@cpan.org>
Date: Sun, 30 Dec 2012 01:25:22 +0000 (-0800)
Subject: specify the minimum perl version necessary (for CPANTS)
X-Git-Tag: v1.005000~14
X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=21e2b1b20ece0fd10961aa0ce530bb6357b5ea94;p=p5sagit%2Fstrictures.git

specify the minimum perl version necessary (for CPANTS)
---

diff --git a/Makefile.PL b/Makefile.PL
index b3b1783..52928f6 100644
--- a/Makefile.PL
+++ b/Makefile.PL
@@ -7,6 +7,7 @@ use ExtUtils::MakeMaker;
 WriteMakefile(
   NAME => 'strictures',
   VERSION_FROM => 'lib/strictures.pm',
+  MIN_PERL_VERSION => '5.006',
 
   META_MERGE => {
     dynamic_config => 0,