@@ -, +, @@ --- admin/sms_providers.pl | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) --- a/admin/sms_providers.pl +++ a/admin/sms_providers.pl @@ -17,8 +17,8 @@ # with Koha; if not, write to the Free Software Foundation, Inc., # 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA. -use strict; -use warnings; +use Modern::Perl; + use CGI; use C4::Context; --