]> git.donarmstrong.com Git - deb_pkgs/libhtml-calendarmonth-perl.git/blobdiff - 1.16/t/05_datecalc.t
Imported Upstream version 2.04
[deb_pkgs/libhtml-calendarmonth-perl.git] / 1.16 / t / 05_datecalc.t
diff --git a/1.16/t/05_datecalc.t b/1.16/t/05_datecalc.t
deleted file mode 100755 (executable)
index cdfa55c..0000000
+++ /dev/null
@@ -1,21 +0,0 @@
-#!/usr/bin/perl
-
-use strict;
-
-my($test_count, $method);
-BEGIN { $test_count = 19 ; $method = 'Date::Calc' }
-
-use Test::More tests => $test_count;
-
-use FindBin;
-use lib $FindBin::RealBin;
-
-use testload;
-
-SKIP: {
-  eval "use $method";
-  skip("$method not installed", $test_count) if $@;
-  check_datetool($method);
-  check_basic_with_datetool($method);
-  check_woy_with_datetool($method);
-}