From: Peter Rabbitson Date: Wed, 28 May 2014 10:07:54 +0000 (+0200) Subject: Drop reqs - works on 5.6.1 just fine X-Git-Tag: v1.78~1 X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?p=dbsrgits%2FSQL-Abstract.git;a=commitdiff_plain;h=1a6addf726919fc1dd51730edc0336ec2b47c8bf Drop reqs - works on 5.6.1 just fine --- diff --git a/Makefile.PL b/Makefile.PL index 8faa856..66b4022 100644 --- a/Makefile.PL +++ b/Makefile.PL @@ -2,9 +2,9 @@ use inc::Module::Install 1.06; use strict; use warnings; -use 5.006002; +use 5.006; -perl_version '5.006002'; +perl_version '5.006'; name 'SQL-Abstract'; author 'Nathan Wiger '; resources 'license' => 'http://dev.perl.org/licenses/';