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