Browse Source

Bug 36552: (QA follow-up) Add POSIX module

Signed-off-by: Marcel de Rooy <m.de.rooy@rijksmuseum.nl>
Signed-off-by: Katrin Fischer <katrin.fischer@bsz-bw.de>
main
Marcel de Rooy 1 month ago
committed by Katrin Fischer
parent
commit
34746f5706
Signed by: kfischer GPG Key ID: 0EF6E2C03357A834
  1. 1
      authorities/authorities.pl
  2. 1
      cataloguing/addbiblio.pl

1
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 );

1
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(

Loading…
Cancel
Save