summaryrefslogtreecommitdiffstats
path: root/Bugzilla/Install/Requirements.pm
diff options
context:
space:
mode:
authormkanat%bugzilla.org <>2007-03-26 09:55:29 +0200
committermkanat%bugzilla.org <>2007-03-26 09:55:29 +0200
commitbc122c099bacfc6af50e32949d31df740695a9c3 (patch)
tree592bc907685827dd79261c5073ac4042f15a3874 /Bugzilla/Install/Requirements.pm
parentceb1430e9a728ab7cda0a59d74cfa074c6997b32 (diff)
downloadbugzilla-bc122c099bacfc6af50e32949d31df740695a9c3.tar.gz
bugzilla-bc122c099bacfc6af50e32949d31df740695a9c3.tar.xz
Bug 375352: Building DBI requires PathTools
Patch By Max Kanat-Alexander <mkanat@bugzilla.org> (module owner) a=mkanat
Diffstat (limited to 'Bugzilla/Install/Requirements.pm')
-rw-r--r--Bugzilla/Install/Requirements.pm10
1 files changed, 5 insertions, 5 deletions
diff --git a/Bugzilla/Install/Requirements.pm b/Bugzilla/Install/Requirements.pm
index c184847de..03d3c237e 100644
--- a/Bugzilla/Install/Requirements.pm
+++ b/Bugzilla/Install/Requirements.pm
@@ -66,16 +66,16 @@ sub REQUIRED_MODULES {
version => '2.21'
},
{
- package => 'DBI',
- module => 'DBI',
- version => '1.41'
- },
- {
package => 'PathTools',
module => 'File::Spec',
version => '0.84'
},
{
+ package => 'DBI',
+ module => 'DBI',
+ version => '1.41'
+ },
+ {
package => 'Template-Toolkit',
module => 'Template',
version => '2.12'