Commit bc122c09 authored by mkanat%bugzilla.org's avatar mkanat%bugzilla.org

Bug 375352: Building DBI requires PathTools

Patch By Max Kanat-Alexander <mkanat@bugzilla.org> (module owner) a=mkanat
parent ceb1430e
...@@ -66,16 +66,16 @@ sub REQUIRED_MODULES { ...@@ -66,16 +66,16 @@ sub REQUIRED_MODULES {
version => '2.21' version => '2.21'
}, },
{ {
package => 'DBI',
module => 'DBI',
version => '1.41'
},
{
package => 'PathTools', package => 'PathTools',
module => 'File::Spec', module => 'File::Spec',
version => '0.84' version => '0.84'
}, },
{ {
package => 'DBI',
module => 'DBI',
version => '1.41'
},
{
package => 'Template-Toolkit', package => 'Template-Toolkit',
module => 'Template', module => 'Template',
version => '2.12' version => '2.12'
......
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