From 6b490b2e947dfc5894e51329e0c114a06e665ae6 Mon Sep 17 00:00:00 2001 From: Marcel de Rooy Date: Fri, 12 Apr 2024 08:07:40 +0000 Subject: [PATCH] Bug 36552: (QA follow-up) Add POSIX module Signed-off-by: Marcel de Rooy Signed-off-by: Katrin Fischer (cherry picked from commit 34746f5706fb49377e5d610a9fe6e2c4792b9b26) Signed-off-by: Fridolin Somers --- authorities/authorities.pl | 1 + cataloguing/addbiblio.pl | 1 + 2 files changed, 2 insertions(+) diff --git a/authorities/authorities.pl b/authorities/authorities.pl index e016da793d..fa595114ef 100755 --- a/authorities/authorities.pl +++ b/authorities/authorities.pl @@ -21,6 +21,7 @@ use Modern::Perl; use CGI qw ( -utf8 ); +use POSIX; use C4::Auth qw( get_template_and_user ); use C4::Output qw( output_html_with_http_headers ); use C4::AuthoritiesMarc qw( AddAuthority ModAuthority GetAuthority GetTagsLabels GetAuthMARCFromKohaField FindDuplicateAuthority ); diff --git a/cataloguing/addbiblio.pl b/cataloguing/addbiblio.pl index bd6b9dc3d9..edd8e77a5e 100755 --- a/cataloguing/addbiblio.pl +++ b/cataloguing/addbiblio.pl @@ -22,6 +22,7 @@ use Modern::Perl; use CGI; +use POSIX; use C4::Output qw( output_html_with_http_headers ); use C4::Auth qw( get_template_and_user haspermission ); use C4::Biblio qw( -- 2.39.5