Closed
Bug 161356
Opened 23 years ago
Closed 23 years ago
mention additional perl module
Categories
(Bugzilla :: Documentation, defect)
Tracking
()
RESOLVED
FIXED
Bugzilla 2.18
People
(Reporter: astenger, Assigned: bz)
References
()
Details
for my suse 7.1 linux I had to install
perl -MCPAN -e 'install "File::Temp"'
before I could do
perl -MCPAN -e 'install "Template"'
(the dependency wasn't picked up automatically.
So you might want to add "File::Temp" to the list of modules on that page.
Cheers!
Andy
Comment 1•23 years ago
|
||
We probably want to test for this in checksetup.pl prior to checking for
Template as well.
Comment 2•23 years ago
|
||
What version of perl do you have? This is (also) a Template::Toolkit bug, and
should be reported to them. 5.6.1 comes with this by default - are you using
5.005_0x?
Reporter | ||
Comment 3•23 years ago
|
||
this is the version of perl:
wwwrun@pc121784:/home/bugzilla-2.16 > perl --version
This is perl, v5.6.0 built for i586-linux
(basically the standard binary that comes with suse 7.1 plus a couple of binary
packaged modules from the suse 7.1 cd plus the modules you mentioned in the
install guide.
Comment 4•23 years ago
|
||
File::Temp is a new requirement for TT2.08; please report this to the tt list,
and then they should set it up so that the CPAN deps are correct.
Reporter | ||
Comment 5•23 years ago
|
||
I already reported the bug to 'abw AT andywardley DOT com', the maintainer of
the Template package.
Comment 6•23 years ago
|
||
Anything else here? I think we shouldn't be talking about our indirect
dependencies.
Assignee | ||
Comment 7•23 years ago
|
||
Resolving fixed, put dependency into dependency part of the Guide immediately
below Template.
Status: NEW → RESOLVED
Closed: 23 years ago
Resolution: --- → FIXED
Updated•13 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
•