From d2866034f35b15db2bb5c8520c8b632fb5b4c2d0 Mon Sep 17 00:00:00 2001 From: dakkar Date: Sat, 21 Mar 2020 17:26:13 +0000 Subject: remove compilation problems with newer perl+libs --- lib/WebService/TFL/Bus/Response.pm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'lib/WebService/TFL/Bus/Response.pm') diff --git a/lib/WebService/TFL/Bus/Response.pm b/lib/WebService/TFL/Bus/Response.pm index 4251228..e05d49d 100644 --- a/lib/WebService/TFL/Bus/Response.pm +++ b/lib/WebService/TFL/Bus/Response.pm @@ -1,7 +1,7 @@ package WebService::TFL::Bus::Response; use Moo; use Class::Load 'load_class'; -use Type::Utils -all; +use Type::Utils 'class_type'; use Types::Standard -all; use JSON; use namespace::autoclean; -- cgit v1.2.3