Bug 23050: (RM follow-up) Add Try::Tiny to controller
authorMartin Renvoize <martin.renvoize@ptfs-europe.com>
Tue, 5 Nov 2019 13:53:06 +0000 (13:53 +0000)
committerMartin Renvoize <martin.renvoize@ptfs-europe.com>
Tue, 5 Nov 2019 13:53:06 +0000 (13:53 +0000)
Signed-off-by: Martin Renvoize <martin.renvoize@ptfs-europe.com>

catalogue/detail.pl

index ee0cb82..3e2ca01 100755 (executable)
@@ -20,6 +20,7 @@ use Modern::Perl;
 
 use CGI qw ( -utf8 );
 use HTML::Entities;
+use Try::Tiny;
 use C4::Auth;
 use C4::Context;
 use C4::Koha;