Closed
Bug 97721
Opened 24 years ago
Closed 24 years ago
New min. version for perl [5.005]
Categories
(Bugzilla :: Installation & Upgrading, defect, P1)
Tracking
()
RESOLVED
FIXED
Bugzilla 2.16
People
(Reporter: jacob, Assigned: justdave)
References
Details
Attachments
(1 file, 1 obsolete file)
|
1.19 KB,
patch
|
Details | Diff | Splinter Review |
The attachment tracker that just went in uses the Template Toolkit, which only
works on Perl 5.005 and newer. Because of this usage and other planned useage
of the Template Toolkit in Bugzilla, our new minimum version will have to be 5.005.
| Reporter | ||
Updated•24 years ago
|
Severity: normal → critical
Summary: New min. version for perl → New min. version for perl [5.005]
Target Milestone: --- → Bugzilla 2.16
| Assignee | ||
Comment 2•24 years ago
|
||
this is part of installation, but I'll keep ownership, since I'm about to upload
a patch.
Component: Bugzilla-General → Installation
Priority: -- → P1
| Assignee | ||
Comment 3•24 years ago
|
||
| Assignee | ||
Comment 4•24 years ago
|
||
Besides the check for Perl 5.005, I also added a check for the AppConfig module,
because it's a prereq for Template, and Template doesn't tell CPAN that
correctly, so if you don't have AppConfig installed and try to install Template,
Template's Makefile.PL will bail, giving you a text message that you have to
install AppConfig first, but it errors out in such a way that cpan will not
allow you to reattempt installing Template, unless you quit cpan and rerun it.
Having the AppConfig check first will tend to get people to install AppConfig
before even attempting to install Template, thus avoiding the problem.
| Assignee | ||
Comment 5•24 years ago
|
||
| Assignee | ||
Comment 6•24 years ago
|
||
v2 adds the minimum version number for AppConfig required by Template
| Assignee | ||
Updated•24 years ago
|
Attachment #47779 -
Attachment is obsolete: true
| Assignee | ||
Comment 7•24 years ago
|
||
r= Myk in IRC
checked in.
Status: NEW → RESOLVED
Closed: 24 years ago
Resolution: --- → FIXED
Comment 8•23 years ago
|
||
Template doesn't exist for Win32!!!!!!!!!
| Assignee | ||
Comment 9•23 years ago
|
||
Yes it does.
http://www.template-toolkit.org/download.html#win32
Updated•12 years ago
|
QA Contact: matty_is_a_geek → default-qa
You need to log in
before you can comment on or make changes to this bug.
Description
•