From: Robin Edwards Date: Wed, 10 Feb 2010 13:58:59 +0000 (+0000) Subject: added perl version check, some other tinkering X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=13cf9d0cf2b5130f3bad2456c9d337a46ab35cce;p=p5sagit%2FDevel-Declare-Keyword.git added perl version check, some other tinkering --- diff --git a/lib/Keyword.pm b/lib/Keyword.pm index fe76223..8685b28 100644 --- a/lib/Keyword.pm +++ b/lib/Keyword.pm @@ -1,4 +1,5 @@ package Keyword; +use 5.008000; use strict; use warnings; use Carp;