X-Git-Url: https://git.donarmstrong.com/?p=deb_pkgs%2Flibhtml-calendarmonth-perl.git;a=blobdiff_plain;f=1.17%2Ft%2F03_datetime.t;fp=1.17%2Ft%2F03_datetime.t;h=0000000000000000000000000000000000000000;hp=3735b1a1c23a90ed9073d37b0dc51f76f2d79088;hb=ed44be48bb467d82127717d1ae2d11890aaf329b;hpb=982e2bb08f00d800e2cd9fb65b108231719c8a65 diff --git a/1.17/t/03_datetime.t b/1.17/t/03_datetime.t deleted file mode 100755 index 3735b1a..0000000 --- a/1.17/t/03_datetime.t +++ /dev/null @@ -1,20 +0,0 @@ -#!/usr/bin/perl - -use strict; -use FindBin; -use lib $FindBin::RealBin; - -use testload; - -my($test_count, $method); -BEGIN { $test_count = case_count() + 4 ; $method = 'DateTime' } - -use Test::More tests => $test_count; - -SKIP: { - eval "use $method"; - skip("$method not installed", $test_count) if $@; - check_datetool($method); - check_basic_with_datetool($method); - check_woy_with_datetool($method); -}