@@ -, +, @@ removing the ($) from the GetMandatoryFieldZ3950 function --- authorities/authorities.pl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) --- a/authorities/authorities.pl +++ a/authorities/authorities.pl @@ -351,7 +351,7 @@ sub CreateKey { =cut -sub GetMandatoryFieldZ3950($){ +sub GetMandatoryFieldZ3950 { my $authtypecode = shift; #Tags guessed (see GuessAuthTypeCode from AuthoritiesMarc.pm) --