summaryrefslogtreecommitdiffstats
path: root/lib
diff options
context:
space:
mode:
authorJesse Luehrs <doy@tozt.net>2011-07-10 01:35:05 -0500
committerJesse Luehrs <doy@tozt.net>2011-07-10 01:43:42 -0500
commit574b3e491b6ee87753bb1228376c62481ae5bfc3 (patch)
treee3f40dd3c18d4201b71e9d63a8220cc5973c1a36 /lib
parent6624bc8b7b053d3fda504531087426b107882593 (diff)
downloadsmartmatch-engine-core-574b3e491b6ee87753bb1228376c62481ae5bfc3.tar.gz
smartmatch-engine-core-574b3e491b6ee87753bb1228376c62481ae5bfc3.zip
for now, don't use xs implementation on pre-5.014 perls
they don't have the cv_set_call_checker stuff, and i'm not quite sure how Devel::CallChecker works
Diffstat (limited to 'lib')
-rw-r--r--lib/smartmatch/engine/core.pm2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/smartmatch/engine/core.pm b/lib/smartmatch/engine/core.pm
index 7bf5c02..6769350 100644
--- a/lib/smartmatch/engine/core.pm
+++ b/lib/smartmatch/engine/core.pm
@@ -8,7 +8,7 @@ use parent 'DynaLoader';
sub dl_load_flags { 0x01 }
-if (!$smartmatch::engine::core::USE_PP) {
+if (!$smartmatch::engine::core::USE_PP && $] >= 5.014) {
__PACKAGE__->bootstrap(
# we need to be careful not to touch $VERSION at compile time,
# otherwise DynaLoader will assume it's set and check against it, which