]> git.vpit.fr Git - perl/modules/rgit.git/commitdiff
Require 5.8. Do not really want to support 5.6
authorVincent Pit <vince@profvince.com>
Wed, 8 Oct 2008 19:50:09 +0000 (21:50 +0200)
committerVincent Pit <vince@profvince.com>
Wed, 8 Oct 2008 19:50:09 +0000 (21:50 +0200)
Makefile.PL

index fed0fa5770a2885e9239bbe20a2d0f76b6401838..cc848f92b2c7c3761f48655ccea5af933f27a9a8 100644 (file)
@@ -1,3 +1,5 @@
+use 5.008;
+
 use strict;
 use warnings;
 use ExtUtils::MakeMaker;