]> git.donarmstrong.com Git - deb_pkgs/libhtml-calendarmonth-perl.git/blob - t/01_autodetect.t
b8bfd99dc62110ba0674cb3f007156f6d0ebfb9f
[deb_pkgs/libhtml-calendarmonth-perl.git] / t / 01_autodetect.t
1 #!/usr/bin/perl
2
3 use strict;
4 use FindBin;
5 use lib $FindBin::RealBin;
6
7 use testload;
8
9 my($test_count, $method);
10 BEGIN { $test_count = case_count() ; $method = '' }
11
12 use Test::More tests => $test_count;
13
14 check_basic_with_datetool($method);