Bug 22723: Correct syntax error on confess call in Koha/MetadataRecord/Authority.pm
authorFridolin Somers <fridolin.somers@biblibre.com>
Wed, 17 Apr 2019 11:58:57 +0000 (13:58 +0200)
committerNick Clemens <nick@bywatersolutions.com>
Thu, 25 Apr 2019 10:00:27 +0000 (10:00 +0000)
commit4e2c74fced685db861a78fc1aa151dd35ad0d5f2
treed6ab1f259f4000ccfd967e46b1309646c5139fb3
parent40cf22ab5f9dbdcaa37f46977fe5386a6303a42e
Bug 22723: Correct syntax error on confess call in Koha/MetadataRecord/Authority.pm

In Koha/MetadataRecord/Authority.pm the call to confess is missing string quotes.

It may generates this error :

Can't locate object method "confess" via package "Empty String at /usr/share/perl5/MARC/File/XML.pm line 448.
" (perhaps you forgot to load "Empty String at /usr/share/perl5/MARC/File/XML.pm line 448.
"?) at /home/koha/src/Koha/MetadataRecord/Authority.pm line 186.

Simply missing double quotes.
Also missing use Carp to call confess.

Signed-off-by: Kyle M Hall <kyle@bywatersolutions.com>
Signed-off-by: Martin Renvoize <martin.renvoize@ptfs-europe.com>

Signed-off-by: Nick Clemens <nick@bywatersolutions.com>
Koha/MetadataRecord/Authority.pm