summaryrefslogtreecommitdiff
path: root/lib/Test/Simple/t/todo.t
diff options
context:
space:
mode:
Diffstat (limited to 'lib/Test/Simple/t/todo.t')
-rw-r--r--lib/Test/Simple/t/todo.t12
1 files changed, 0 insertions, 12 deletions
diff --git a/lib/Test/Simple/t/todo.t b/lib/Test/Simple/t/todo.t
index 14a7b001f5..3e5ad02c34 100644
--- a/lib/Test/Simple/t/todo.t
+++ b/lib/Test/Simple/t/todo.t
@@ -7,20 +7,8 @@ BEGIN {
}
}
-require Test::Harness;
use Test::More;
-# Shut up a "used only once" warning in 5.5.4.
-my $th_version = $Test::Harness::VERSION = $Test::Harness::VERSION;
-$th_version =~ s/_//; # for X.Y_Z alpha versions
-
-# TODO requires a fairly new version of Test::Harness
-if( $th_version < 2.03 ) {
- plan tests => 1;
- fail "Need Test::Harness 2.03 or up. You have $th_version.";
- exit;
-}
-
plan tests => 18;