summaryrefslogtreecommitdiffstats
path: root/docs/xml/Bugzilla-Guide.xml
diff options
context:
space:
mode:
authorjustdave%bugzilla.org <>2004-09-14 14:48:53 +0200
committerjustdave%bugzilla.org <>2004-09-14 14:48:53 +0200
commitd452840e9800e9f29fcb0a9e0117f42cee31e5f8 (patch)
treef0e35159897320e55d314ef6c51a588cb12af520 /docs/xml/Bugzilla-Guide.xml
parent1a4d36f7b67c996fe5be9707b03857f62adfdaab (diff)
downloadbugzilla-d452840e9800e9f29fcb0a9e0117f42cee31e5f8.tar.gz
bugzilla-d452840e9800e9f29fcb0a9e0117f42cee31e5f8.tar.xz
Bug 257534: Require Perl 5.8.1 or later when running on Windows with ActiveState Perl (there is no official CGI ppm build with a new enough version for Bugzilla on any earlier version of ActiveState Perl)
Patch by Byron Jones <bugzilla@glob.com.au> r=justdave, a=justdave
Diffstat (limited to 'docs/xml/Bugzilla-Guide.xml')
-rw-r--r--docs/xml/Bugzilla-Guide.xml1
1 files changed, 1 insertions, 0 deletions
diff --git a/docs/xml/Bugzilla-Guide.xml b/docs/xml/Bugzilla-Guide.xml
index af7553e7f..9b848e9be 100644
--- a/docs/xml/Bugzilla-Guide.xml
+++ b/docs/xml/Bugzilla-Guide.xml
@@ -44,6 +44,7 @@
<!-- For minimum versions -->
<!ENTITY min-mysql-ver "3.23.41">
<!ENTITY min-perl-ver "5.6.0">
+<!ENTITY min-perl-ver-win "5.8.1">
<!ENTITY min-template-ver "2.08">
<!ENTITY min-file-temp-ver "any">
<!ENTITY min-appconfig-ver "1.52">