From f9e24c8d4f2de5dd697a2d99c6e36cb59463920e Mon Sep 17 00:00:00 2001 From: Tomas Cohen Arazi Date: Fri, 28 Aug 2015 10:21:44 -0300 Subject: [PATCH] Bug 13791: (QA followup) fix perlcritic warning Signed-off-by: Tomas Cohen Arazi --- debian/templates/plack.psgi | 2 ++ 1 file changed, 2 insertions(+) diff --git a/debian/templates/plack.psgi b/debian/templates/plack.psgi index d38fccf369..6da039f1f8 100644 --- a/debian/templates/plack.psgi +++ b/debian/templates/plack.psgi @@ -15,6 +15,8 @@ # You should have received a copy of the GNU General Public License # along with this program. If not, see . +use Modern::Perl; + use lib("/usr/share/koha/lib"); use lib("/usr/share/koha/lib/installer"); -- 2.20.1