]> git.ipfire.org Git - thirdparty/bugzilla.git/commit
Fix for bug 97721: Bugzilla now requires Perl 5.005 (previous requirement was Perl...
authorjustdave%syndicomm.com <>
Fri, 31 Aug 2001 13:08:43 +0000 (13:08 +0000)
committerjustdave%syndicomm.com <>
Fri, 31 Aug 2001 13:08:43 +0000 (13:08 +0000)
commitfdc62300aa273b90e6930195d06b1bf061e89f4b
treebfd66ee74e381b3bfb07c52b2a905d2bc503ddd7
parent31152e8e947876fb59da202dbee8cec5034a6e42
Fix for bug 97721: Bugzilla now requires Perl 5.005 (previous requirement was Perl 5.004).  This is due to the use of Template Toolkit for templatizing the pages for easier local customization.  The new attachment tracker that was checked in earlier tonight uses the templates.  Also included on this patch is a check for AppConfig, which is a prerequisite for Template Toolkit, because the Makefile.PL for Template Toolkit won't run without it, and it doesn't tell CPAN that it has prereqs, which causes confusion if you're installing from CPAN.
Patch by Dave Miller <justdave@syndicomm.com>
r= myk@mozilla.org
checksetup.pl