From ab0a698f925e05e1479e4185e5196e043e5c8a76 Mon Sep 17 00:00:00 2001 From: Jesse Luehrs Date: Mon, 17 Jan 2011 14:23:14 -0600 Subject: set a minimum perl version, so i don't have to deal with 5.6 and stuff --- dist.ini | 1 + 1 file changed, 1 insertion(+) diff --git a/dist.ini b/dist.ini index a688acb..398ef9f 100644 --- a/dist.ini +++ b/dist.ini @@ -9,6 +9,7 @@ dist = Dist-CheckConflicts [Prereqs] List::MoreUtils = 0.12 Sub::Exporter = 0 +perl = 5.8.1 [Prereqs / TestRequires] Test::More = 0.88 -- cgit v1.2.3-54-g00ecf