From e925a1ef0e7ce9e4dce7c76ea3726e03198f5731 Mon Sep 17 00:00:00 2001 From: Birte Kristina Friesel Date: Fri, 1 Sep 2023 11:39:31 +0200 Subject: do not use the now-deprecated smartmatch feature --- lib/Travel/Status/GB/TFL.pm | 2 -- 1 file changed, 2 deletions(-) (limited to 'lib/Travel/Status/GB/TFL.pm') diff --git a/lib/Travel/Status/GB/TFL.pm b/lib/Travel/Status/GB/TFL.pm index 6d54733..a6167cb 100644 --- a/lib/Travel/Status/GB/TFL.pm +++ b/lib/Travel/Status/GB/TFL.pm @@ -4,8 +4,6 @@ use strict; use warnings; use 5.010; -no if $] >= 5.018, warnings => 'experimental::smartmatch'; - our $VERSION = '2.01'; use parent 'Travel::Status::DE::URA'; -- cgit v1.2.3