]> git.koha-community.org Git - koha.git/commit
Bug 28302: Forbid CGI::Compile 0.24
authorJulian Maurice <julian.maurice@biblibre.com>
Fri, 7 May 2021 15:57:58 +0000 (17:57 +0200)
committerJonathan Druart <jonathan.druart@bugs.koha-community.org>
Mon, 17 May 2021 10:29:24 +0000 (12:29 +0200)
commit4a3049a8be8dc2d22eac796521a4185f1248282a
tree7b98313c2d88cdc72d6a6a3f6ef2e4d281ac3ce1
parent0109dd751b05b3dae0a1ae0cb24575224ae4b0a2
Bug 28302: Forbid CGI::Compile 0.24

CGI::Compile 0.24 has a bug:
https://github.com/miyagawa/CGI-Compile/issues/25

It can cause weird bugs, like breaking the authority detail display
after trying to modify an authority.

Steps to reproduce:
1. Install CGI::Compile 0.24
2. Restart starman with only 1 worker
3. Go to the detail page of an authority (authorities/detail.pl)
4. Go to the edit page (Edit ยป Edit record)
5. Check starman logs, you should see "Subroutine build_tabs redefined
at [...]"
6. Click on cancel to go back to the detail page, which should now show
a "blank" authority. Now the only way to get the authority back is to
restart starman.

Test plan:
1. Reproduce the bug
2. Install CGI::Compile 0.25 and restart starman
3. Make sure the bug is gone :)

Signed-off-by: Victor Grousset/tuxayo <victor@tuxayo.net>
Signed-off-by: Kyle M Hall <kyle@bywatersolutions.com>
Signed-off-by: Jonathan Druart <jonathan.druart@bugs.koha-community.org>
cpanfile