Bug 200472: Require specific version of Date::Format to ensure we don't run into…

Bug 200472: Require specific version of Date::Format to ensure we don't run into a bug in an older version that we're triggering. r= jake, a= justdave
parent f9df8a5d
......@@ -218,8 +218,8 @@ my $modules = [
version => '0'
},
{
name => 'Date::Parse',
version => '0'
name => 'Date::Format',
version => '1.21'
},
{
name => 'DBI',
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment