X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=1.18%2Ft%2F01_autodetect.t;fp=1.18%2Ft%2F01_autodetect.t;h=b8bfd99dc62110ba0674cb3f007156f6d0ebfb9f;hb=8271142675d51730e1a96d3d184ed49069c2a68c;hp=0000000000000000000000000000000000000000;hpb=ddb50b302aac3e5b05ddd17c736ed8f58e623584;p=deb_pkgs%2Flibhtml-calendarmonth-perl.git diff --git a/1.18/t/01_autodetect.t b/1.18/t/01_autodetect.t new file mode 100755 index 0000000..b8bfd99 --- /dev/null +++ b/1.18/t/01_autodetect.t @@ -0,0 +1,14 @@ +#!/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);