Lines 23-29
use Modern::Perl;
Link Here
|
23 |
use CGI qw ( -utf8 ); |
23 |
use CGI qw ( -utf8 ); |
24 |
use C4::Auth qw( get_template_and_user ); |
24 |
use C4::Auth qw( get_template_and_user ); |
25 |
use C4::Output qw( output_html_with_http_headers ); |
25 |
use C4::Output qw( output_html_with_http_headers ); |
26 |
use C4::AuthoritiesMarc qw( GetAuthority GetTagsLabels GetAuthMARCFromKohaField ); |
26 |
use C4::AuthoritiesMarc qw( AddAuthority ModAuthority GetAuthority GetTagsLabels GetAuthMARCFromKohaField FindDuplicateAuthority ); |
27 |
use C4::ImportBatch qw( GetImportRecordMarc ); |
27 |
use C4::ImportBatch qw( GetImportRecordMarc ); |
28 |
use C4::Context; |
28 |
use C4::Context; |
29 |
use Date::Calc qw( Today ); |
29 |
use Date::Calc qw( Today ); |