]> git.donarmstrong.com Git - deb_pkgs/libhtml-calendarmonth-perl.git/blobdiff - t/04_datemanip.t
add new version of libhtml-calendarmonth-perl
[deb_pkgs/libhtml-calendarmonth-perl.git] / t / 04_datemanip.t
index d65185856a9d5cb49d34dce6110fe9bc7253fd81..05c4349689c7cec21ad3d89b53081800f615c35c 100755 (executable)
@@ -1,17 +1,16 @@
 #!/usr/bin/perl
 
 use strict;
-
-my($test_count, $method);
-BEGIN { $test_count = 19 ; $method = 'Date::Manip' }
-
-use Test::More tests => $test_count;
-
 use FindBin;
 use lib $FindBin::RealBin;
 
 use testload;
 
+my($test_count, $method);
+BEGIN { $test_count = case_count() + 4 ; $method = 'Date::Manip' }
+
+use Test::More tests => $test_count;
+
 SKIP: {
   eval "use $method";
   skip("$method not installed", $test_count) if $@;