]> git.donarmstrong.com Git - deb_pkgs/libhtml-calendarmonth-perl.git/blobdiff - t/02_timelocal.t
New upstream release
[deb_pkgs/libhtml-calendarmonth-perl.git] / t / 02_timelocal.t
index c952aa713ae83b030082bfc1fadc8b00c52016d9..46118476856b9eab3f1a958c8f971f615bfc6f4c 100755 (executable)
@@ -7,7 +7,10 @@ use lib $FindBin::RealBin;
 use testload;
 
 my($test_count, $method);
-BEGIN { $test_count = case_count() + 2 ; $method = 'Time::Local' }
+BEGIN {
+  $method     = 'Time::Local';
+  $test_count = bulk_count() + odd_count() + 2;
+}
 
 use Test::More tests => $test_count;
 
@@ -15,5 +18,6 @@ SKIP: {
   eval "use $method";
   skip("$method not installed", $test_count) if $@;
   check_datetool($method);
-  check_basic_with_datetool($method);
+  check_bulk_with_datetool($method);
+  check_odd_with_datetool($method);
 }