summaryrefslogtreecommitdiffstats
path: root/lib/smartmatch.pm
diff options
context:
space:
mode:
Diffstat (limited to 'lib/smartmatch.pm')
-rw-r--r--lib/smartmatch.pm1
1 files changed, 1 insertions, 0 deletions
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';