@@ -, +, @@ --- authorities/authorities.pl | 2 +- cataloguing/addbiblio.pl | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) --- a/authorities/authorities.pl +++ a/authorities/authorities.pl @@ -21,7 +21,7 @@ use Modern::Perl; use CGI qw ( -utf8 ); -use POSIX; +use POSIX qw( strftime ); 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 ); --- a/cataloguing/addbiblio.pl +++ a/cataloguing/addbiblio.pl @@ -21,7 +21,7 @@ use Modern::Perl; use CGI; -use POSIX; +use POSIX qw( strftime ); use Try::Tiny qw(catch try); use C4::Output qw( output_html_with_http_headers ); --