diff options
author | Frédéric Buclin <LpSolit@gmail.com> | 2014-01-26 20:36:36 +0100 |
---|---|---|
committer | Frédéric Buclin <LpSolit@gmail.com> | 2014-01-26 20:36:36 +0100 |
commit | eb7d562ca51276b6f448a1ae0e676132c7d35b03 (patch) | |
tree | c7e6c920fea48b73b4aec93a20290ba1f3019e95 /template/en/default/pages | |
parent | 4047f31e79491e9002501d53fb8b9a79e6d2f6b7 (diff) | |
download | bugzilla-eb7d562ca51276b6f448a1ae0e676132c7d35b03.tar.gz bugzilla-eb7d562ca51276b6f448a1ae0e676132c7d35b03.tar.xz |
Bug 947150: improve relnotes to mention that the 'version' module must now be installed
r/a=justdave on IRC
Diffstat (limited to 'template/en/default/pages')
-rw-r--r-- | template/en/default/pages/release-notes.html.tmpl | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/template/en/default/pages/release-notes.html.tmpl b/template/en/default/pages/release-notes.html.tmpl index ae0429d2a..ef6090c41 100644 --- a/template/en/default/pages/release-notes.html.tmpl +++ b/template/en/default/pages/release-notes.html.tmpl @@ -52,6 +52,11 @@ <ul> <li><kbd>checksetup.pl</kbd> was incorrectly reporting DBI 1.630 (1.63) as being older than 1.614, preventing the upgrade to complete. + If you still use Perl 5.10.0 or older, make sure you have the + <a href="http://search.cpan.org/~jpeacock/version/lib/version.pod">version</a> + module installed before running <kbd>checksetup.pl</kbd>. + If you use Perl 5.10.1 or newer, this module is already available and + no special action is required. (<a href="https://bugzilla.mozilla.org/show_bug.cgi?id=938300">[% terms.Bug %] 938300</a>)</li> <li>An error about <kbd>longdescs.comment_id</kbd> was thrown by MySQL 5.0 and 5.1 when upgrading to Bugzilla 4.4 or 4.4.1. |