From 555dbc2e0fd26322434b5b45cbb7fd04e41e986c Mon Sep 17 00:00:00 2001 From: =?utf8?q?J=C3=A9r=C3=B4me=20Quelin?= Date: Sun, 3 Feb 2008 16:47:03 +0100 Subject: [PATCH] bumping requirements to 5.8.x --- Makefile.PL | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile.PL b/Makefile.PL index 212c920..1fd4a4d 100644 --- a/Makefile.PL +++ b/Makefile.PL @@ -8,7 +8,7 @@ # # -BEGIN { require 5.006; } +BEGIN { require 5.008; } use strict; use warnings; -- 2.11.4.GIT