]> git.donarmstrong.com Git - deb_pkgs/libhtml-calendarmonth-perl.git/blobdiff - 1.19/t/01_autodetect.t
Imported Upstream version 2.04
[deb_pkgs/libhtml-calendarmonth-perl.git] / 1.19 / t / 01_autodetect.t
diff --git a/1.19/t/01_autodetect.t b/1.19/t/01_autodetect.t
deleted file mode 100755 (executable)
index b8bfd99..0000000
+++ /dev/null
@@ -1,14 +0,0 @@
-#!/usr/bin/perl
-
-use strict;
-use FindBin;
-use lib $FindBin::RealBin;
-
-use testload;
-
-my($test_count, $method);
-BEGIN { $test_count = case_count() ; $method = '' }
-
-use Test::More tests => $test_count;
-
-check_basic_with_datetool($method);