X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=1.19%2Ft%2F01_autodetect.t;fp=1.19%2Ft%2F01_autodetect.t;h=0000000000000000000000000000000000000000;hb=ed44be48bb467d82127717d1ae2d11890aaf329b;hp=b8bfd99dc62110ba0674cb3f007156f6d0ebfb9f;hpb=982e2bb08f00d800e2cd9fb65b108231719c8a65;p=deb_pkgs%2Flibhtml-calendarmonth-perl.git diff --git a/1.19/t/01_autodetect.t b/1.19/t/01_autodetect.t deleted file mode 100755 index b8bfd99..0000000 --- a/1.19/t/01_autodetect.t +++ /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);