Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
bugzilla
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Registry
Registry
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Ivan Ivlev
bugzilla
Commits
15b70d2e
Commit
15b70d2e
authored
Jun 04, 2014
by
Dave Miller
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Bug 803201 - Bump minimum requirement for DateTime and
DateTime::TimeZone to correctly detect the local timezone Patch by Frédéric Buclin <LpSolit@gmail.com> r=dkl, a=justdave
parent
f3a176d1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
5 additions
and
7 deletions
+5
-7
Requirements.pm
Bugzilla/Install/Requirements.pm
+5
-7
No files found.
Bugzilla/Install/Requirements.pm
View file @
15b70d2e
...
...
@@ -105,20 +105,18 @@ sub REQUIRED_MODULES {
module
=>
'Date::Format'
,
version
=>
'2.23'
},
# 0.
28 fixed some important bugs in DateTime
.
# 0.
75 fixes a warning thrown with Perl 5.17 and newer
.
{
package
=>
'DateTime'
,
module
=>
'DateTime'
,
version
=>
'0.
28
'
version
=>
'0.
75
'
},
# 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.
# 1.64 fixes a taint issue preventing the local timezone from
# being determined on some systems.
{
package
=>
'DateTime-TimeZone'
,
module
=>
'DateTime::TimeZone'
,
version
=>
ON_WINDOWS
?
'0.79'
:
'0.71
'
version
=>
'1.64
'
},
# 1.54 is required for Perl 5.10+. It also makes DBD::Oracle happy.
{
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment