diff options
author | mbarnson%sisna.com <> | 2002-11-05 11:07:32 +0100 |
---|---|---|
committer | mbarnson%sisna.com <> | 2002-11-05 11:07:32 +0100 |
commit | b5d66d8e8b1e2f803823990904b6ef364c76360f (patch) | |
tree | 0cb0a918a8d055de95ff8a6048b2a19b12c6f74b /docs | |
parent | f5bc5fe1f25d4c3dbe82dbfea47de811e76bc178 (diff) | |
download | bugzilla-b5d66d8e8b1e2f803823990904b6ef364c76360f.tar.gz bugzilla-b5d66d8e8b1e2f803823990904b6ef364c76360f.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')
-rw-r--r-- | docs/sgml/installation.sgml | 8 | ||||
-rw-r--r-- | docs/xml/installation.xml | 8 |
2 files changed, 16 insertions, 0 deletions
diff --git a/docs/sgml/installation.sgml b/docs/sgml/installation.sgml index 0433b4b52..6e5f31c44 100644 --- a/docs/sgml/installation.sgml +++ b/docs/sgml/installation.sgml @@ -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) diff --git a/docs/xml/installation.xml b/docs/xml/installation.xml index 0433b4b52..6e5f31c44 100644 --- a/docs/xml/installation.xml +++ b/docs/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) |