From dae5e2fabea4c8c359752df07b30a864848cf93f Mon Sep 17 00:00:00 2001 From: Jesse Luehrs Date: Sun, 10 Jul 2011 03:06:11 -0500 Subject: use Devel::CallChecker to get things working on 5.12 5.10 still has issues --- t/core.t | 5 ----- t/error.t | 5 ----- 2 files changed, 10 deletions(-) (limited to 't') 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 {}; -- cgit v1.2.3-54-g00ecf