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/TubeStatus.pm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'lib/WebService/TFL/TubeStatus.pm') diff --git a/lib/WebService/TFL/TubeStatus.pm b/lib/WebService/TFL/TubeStatus.pm index 3b69997..b0ba260 100644 --- a/lib/WebService/TFL/TubeStatus.pm +++ b/lib/WebService/TFL/TubeStatus.pm @@ -1,6 +1,6 @@ package WebService::TFL::TubeStatus; use Moo; -use Type::Utils -all; +use Type::Utils 'duck_type'; use Types::URI 'Uri'; use XML::LibXML; use XML::LibXML::XPathContext; -- cgit v1.2.3