From: Vincent Pit Date: Wed, 8 Oct 2008 19:50:09 +0000 (+0200) Subject: Require 5.8. Do not really want to support 5.6 X-Git-Tag: v0.05~5 X-Git-Url: http://git.vpit.fr/?p=perl%2Fmodules%2Frgit.git;a=commitdiff_plain;h=372b11d11399f3b05e9147c17592cd41df9387da Require 5.8. Do not really want to support 5.6 --- diff --git a/Makefile.PL b/Makefile.PL index fed0fa5..cc848f9 100644 --- a/Makefile.PL +++ b/Makefile.PL @@ -1,3 +1,5 @@ +use 5.008; + use strict; use warnings; use ExtUtils::MakeMaker;