From 1ef4ee777a69bc857fb1b4ee95e2521904d1a5cc Mon Sep 17 00:00:00 2001 From: "lpsolit%gmail.com" <> Date: Wed, 7 Jan 2009 18:45:55 +0000 Subject: =?UTF-8?q?Bug=20472458:=20checksetup.pl=20should=20check=20for=20?= =?UTF-8?q?DateTime::TimeZone=20-=20Patch=20by=20Fr=C3=83=C2=A9d=C3=83?= =?UTF-8?q?=C2=A9ric=20Buclin=20=20r/a=3Dmkanat?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Bugzilla/Install/Requirements.pm | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/Bugzilla/Install/Requirements.pm b/Bugzilla/Install/Requirements.pm index 5647181cc..4d3296c09 100644 --- a/Bugzilla/Install/Requirements.pm +++ b/Bugzilla/Install/Requirements.pm @@ -80,6 +80,15 @@ sub REQUIRED_MODULES { module => 'DateTime', version => '0.28' }, + # 0.79 is required to work on Windows Vista and Windows Server 2008. + # As correctly detecting the flavor of Windows is not easy, + # we require this version for all Windows installations. + # 0.71 fixes a major bug affecting all platforms. + { + package => 'DateTime-TimeZone', + module => 'DateTime::TimeZone', + version => ON_WINDOWS ? '0.79' : '0.71' + }, { package => 'PathTools', module => 'File::Spec', -- cgit v1.2.1