From: Dagfinn Ilmari Mannsåker <ilmari@ilmari.org>
Date: Mon, 3 Apr 2017 15:32:43 +0000 (+0100)
Subject: Restore perl version requirement missed in the Distar port
X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=b3ecfcfa9e4fafe5815bfbe344fc69947922c22c;p=scpubgit%2FQ-Branch.git

Restore perl version requirement missed in the Distar port
---

diff --git a/Changes b/Changes
index e307263..a615a9f 100644
--- a/Changes
+++ b/Changes
@@ -1,5 +1,7 @@
 Revision history for SQL::Abstract
 
+    - Restore perl version requirement missed in the Distar port
+
 1.84 - 2017-04-03
     - Restore 'dynamic_config => 0' missed in the Distar port
 
diff --git a/Makefile.PL b/Makefile.PL
index 3bdbe93..5e246bd 100644
--- a/Makefile.PL
+++ b/Makefile.PL
@@ -34,6 +34,7 @@ my %META = (
         'Sub::Quote'     => '2.000001',
         'Hash::Merge'    => '0.12',
         'Text::Balanced' => '2.00',
+        'perl'           => '5.006',
       },
     },
     develop   => {