diff options
author | mbarnson%sisna.com <> | 2008-04-04 13:46:10 +0200 |
---|---|---|
committer | mbarnson%sisna.com <> | 2008-04-04 13:46:10 +0200 |
commit | 383b5757f25855ad2dee824dc0c0632fa39b32a5 (patch) | |
tree | 006516559e3d83601e0c124fe5677fd253c7f95c /docs/en | |
parent | e303177c5a82c05013652386d1af251b53b70cc2 (diff) | |
download | bugzilla-383b5757f25855ad2dee824dc0c0632fa39b32a5.tar.gz bugzilla-383b5757f25855ad2dee824dc0c0632fa39b32a5.tar.xz |
Added dependency on File::Template. Not really fond of
doing requirements-of-requirements type stuff, but did it
anyway for clarity.
Diffstat (limited to 'docs/en')
-rw-r--r-- | docs/en/xml/installation.xml | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/docs/en/xml/installation.xml b/docs/en/xml/installation.xml index 0433b4b52..6e5f31c44 100644 --- a/docs/en/xml/installation.xml +++ b/docs/en/xml/installation.xml @@ -53,6 +53,7 @@ <listitem> <para>Perl Modules (minimum version): <orderedlist> + <listitem> <para> <ulink url="http://www.template-toolkit.org">Template</ulink> @@ -62,6 +63,13 @@ <listitem> <para> + <ulink url="http://www.perldoc.com/perl5.6/lib/File/Temp.html"> + File::Temp</ulink> (v1.804) (Prerequisite for Template) + </para> + </listitem> + + <listitem> + <para> <ulink url="http://www.cpan.org/modules/by-module/AppConfig/">AppConfig </ulink> (v1.52) |