From 9992481c4477bc9855f79b6c252c236bf2e88ca6 Mon Sep 17 00:00:00 2001 From: Jesse Luehrs Date: Thu, 7 Jul 2011 09:10:40 -0500 Subject: add perl version dependency --- lib/smartmatch.pm | 1 + lib/smartmatch/engine/core.pm | 1 + 2 files changed, 2 insertions(+) (limited to 'lib') diff --git a/lib/smartmatch.pm b/lib/smartmatch.pm index 505b7c8..071e4ea 100644 --- a/lib/smartmatch.pm +++ b/lib/smartmatch.pm @@ -1,6 +1,7 @@ package smartmatch; use strict; use warnings; +use 5.010; # ABSTRACT: pluggable smart matching backends use parent 'DynaLoader'; diff --git a/lib/smartmatch/engine/core.pm b/lib/smartmatch/engine/core.pm index cad2e5c..8edd7d6 100644 --- a/lib/smartmatch/engine/core.pm +++ b/lib/smartmatch/engine/core.pm @@ -1,6 +1,7 @@ package smartmatch::engine::core; use strict; use warnings; +use 5.010; use B; use Hash::Util::FieldHash qw(idhash); -- cgit v1.2.3-54-g00ecf