summaryrefslogtreecommitdiffstats
path: root/t
diff options
context:
space:
mode:
authorJesse Luehrs <doy@tozt.net>2011-07-10 03:06:11 -0500
committerJesse Luehrs <doy@tozt.net>2011-07-10 03:06:11 -0500
commitdae5e2fabea4c8c359752df07b30a864848cf93f (patch)
tree0387407a97b44fd503f7f9ea11e5916306f1deba /t
parent23d8684148f0af6c180e035ce976efa5874cc2ef (diff)
downloadsmartmatch-engine-core-dae5e2fabea4c8c359752df07b30a864848cf93f.tar.gz
smartmatch-engine-core-dae5e2fabea4c8c359752df07b30a864848cf93f.zip
use Devel::CallChecker to get things working on 5.12
5.10 still has issues
Diffstat (limited to 't')
-rw-r--r--t/core.t5
-rw-r--r--t/error.t5
2 files changed, 0 insertions, 10 deletions
diff --git a/t/core.t b/t/core.t
index 0d7f7ec..69c0942 100644
--- a/t/core.t
+++ b/t/core.t
@@ -3,11 +3,6 @@ use strict;
use warnings;
use Test::More;
-BEGIN {
- plan skip_all => "no c implementation for pre-5.14 for now"
- if $] < 5.014;
-}
-
use smartmatch 'core';
no warnings 'uninitialized';
diff --git a/t/error.t b/t/error.t
index 4f86a87..edba950 100644
--- a/t/error.t
+++ b/t/error.t
@@ -3,11 +3,6 @@ use strict;
use warnings;
use Test::More;
-BEGIN {
- plan skip_all => "no c implementation for pre-5.14 for now"
- if $] < 5.014;
-}
-
my $foo = bless {};
my $bar = bless {};