From dda82b52a77411e3ab76b262a0c0a1d1d1a21638 Mon Sep 17 00:00:00 2001 From: Martin Renvoize Date: Tue, 5 Nov 2019 13:53:06 +0000 Subject: [PATCH] Bug 23050: (RM follow-up) Add Try::Tiny to controller Signed-off-by: Martin Renvoize --- catalogue/detail.pl | 1 + 1 file changed, 1 insertion(+) diff --git a/catalogue/detail.pl b/catalogue/detail.pl index ee0cb8240d..3e2ca01cf5 100755 --- a/catalogue/detail.pl +++ b/catalogue/detail.pl @@ -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; -- 2.20.1