Koha/cataloguing
Janusz Kaczmarek 822d7f43ab Bug 36792: Limit POSIX imports
A Marcel's QA patch to Bug 36552 added use POSIX; in two spots.
In https://metacpan.org/pod/POSIX we read:

CAVEATS
Everything is exported by default (with a handful of exceptions). This is
an unfortunate backwards compatibility feature and its use is strongly
discouraged. You should either prevent the exporting (by saying use
POSIX ();, as usual) and then use fully qualified names (e.g.
POSIX::SEEK_END), or give an explicit import list. If you
do neither and opt for the default (as in use POSIX;), you will
import hundreds and hundreds of symbols into your namespace.

This patch fixes this.

No test plan.

Signed-off-by: Marcel de Rooy <m.de.rooy@rijksmuseum.nl>
Signed-off-by: Katrin Fischer <katrin.fischer@bsz-bw.de>
(cherry picked from commit 8d9ccd6fc3)
Signed-off-by: Fridolin Somers <fridolin.somers@biblibre.com>
(cherry picked from commit ca023b334c)
Signed-off-by: Lucas Gass <lucas@bywatersolutions.com>
2024-05-31 15:56:28 +00:00
..
value_builder Bug 24879: Add check_cookie_auth when missing 2024-03-26 15:58:51 +00:00
addbiblio.pl Bug 36792: Limit POSIX imports 2024-05-31 15:56:28 +00:00
addbooks.pl
additem.pl Bug 35774: Use itemnumber instead of biblioitemnumber 2024-02-02 16:10:52 +00:00
cataloging-home.pl Bug 34288: Allow access to the cataloguing module with tools permission 2023-07-19 08:32:47 +01:00
concerns.pl
editor.pl
linkitem.pl
merge.pl
merge_ajax.pl
moveitem.pl Bug 34171: Use barcodedecode when attaching items to another record 2023-10-25 12:19:17 -10:00
plugin_launcher.pl Bug 24879: Add check_cookie_auth when missing 2024-03-26 15:58:51 +00:00
ysearch.pl Bug 35835: Fix shebang in cataloguing/ysearch.pl 2024-02-09 20:36:20 +00:00
z3950_auth_search.pl
z3950_search.pl