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)
committerMartin Renvoize <martin.renvoize@ptfs-europe.com>
Fri, 26 Apr 2019 15:06:34 +0000 (16:06 +0100)
commit4863e59c5798fda6883c354eeb5096d4609e42bd
tree28a9c8914e332a55a3af92daf25de4dac0d0bec4
parentb2f9cfe4528ecd57b1cc45f602a578147b282cd5
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>
(cherry picked from commit 4e2c74fced685db861a78fc1aa151dd35ad0d5f2)
Signed-off-by: Martin Renvoize <martin.renvoize@ptfs-europe.com>
Koha/MetadataRecord/Authority.pm