@@ -, +, @@ --- t/db_dependent/Koha/Auth/TwoFactorAuth.t | 2 ++ 1 file changed, 2 insertions(+) --- a/t/db_dependent/Koha/Auth/TwoFactorAuth.t +++ a/t/db_dependent/Koha/Auth/TwoFactorAuth.t @@ -1,3 +1,5 @@ +#!/usr/bin/perl + use Modern::Perl; use Test::More tests => 2; use Test::Exception; --