From 911f98c00256f5d3dd4c16e5b9a9cf629c0c0194 Mon Sep 17 00:00:00 2001 From: Gerhard Gonter <ggonter@gmail.com> Date: Tue, 30 Jan 2018 18:13:33 +0100 Subject: [PATCH] works fine with Perl v5.10.1 --- lib/yesssSMS.pm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/yesssSMS.pm b/lib/yesssSMS.pm index 453c2e3..add97aa 100644 --- a/lib/yesssSMS.pm +++ b/lib/yesssSMS.pm @@ -1,6 +1,6 @@ package yesssSMS; -use 5.014002; +# use 5.014002; use strict; use warnings; use HTML::Parser; -- GitLab