openbsd-ports/devel/p5-Time-Format/patches/patch-t_funcs_t
bluhm ca7bba67d0 - update p5-Time-Format to 1.12
- use no groff
- patch broken tests, do not fiddle with @INC
2012-12-29 16:31:21 +00:00

21 lines
633 B
Plaintext

$OpenBSD: patch-t_funcs_t,v 1.1 2012/12/29 16:31:21 bluhm Exp $
--- t/funcs.t.orig Thu Sep 27 18:32:39 2012
+++ t/funcs.t Mon Oct 1 02:18:49 2012
@@ -15,16 +15,6 @@ BEGIN {
}
my $manip_bad;
my $manip_notz;
-BEGIN {
- $manip_bad = eval('use Date::Manip (); 1')? 0 : 1;
- unless ($manip_bad)
- {
- # If Date::Manip can't determine the time zone, it'll bomb out of the tests.
- $manip_notz = eval ('Date::Manip::Date_TimeZone (); 1')? 0 : 1;
- }
- delete $INC{'Date/Manip.pm'};
- %Date::Manip:: = ();
-}
# Get day/month names in current locale
my ($Thursday, $Thu, $June, $Jun);