summaryrefslogtreecommitdiff
path: root/lib/WebService/TFL/Bus.pm
diff options
context:
space:
mode:
authordakkar <dakkar@thenautilus.net>2020-03-21 17:26:13 +0000
committerdakkar <dakkar@thenautilus.net>2020-03-21 17:26:13 +0000
commitd2866034f35b15db2bb5c8520c8b632fb5b4c2d0 (patch)
tree48da3d7236b3b13d092291fea5e9a635f340588a /lib/WebService/TFL/Bus.pm
parenttweaks to run on the new machine (diff)
downloadHomePanel-d2866034f35b15db2bb5c8520c8b632fb5b4c2d0.tar.gz
HomePanel-d2866034f35b15db2bb5c8520c8b632fb5b4c2d0.tar.bz2
HomePanel-d2866034f35b15db2bb5c8520c8b632fb5b4c2d0.zip
remove compilation problems with newer perl+libs
Diffstat (limited to 'lib/WebService/TFL/Bus.pm')
-rw-r--r--lib/WebService/TFL/Bus.pm2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/WebService/TFL/Bus.pm b/lib/WebService/TFL/Bus.pm
index 6352a5d..3559755 100644
--- a/lib/WebService/TFL/Bus.pm
+++ b/lib/WebService/TFL/Bus.pm
@@ -2,7 +2,7 @@ package WebService::TFL::Bus;
use Moo;
use namespace::autoclean;
use Types::URI 'Uri';
-use Type::Utils -all;
+use Type::Utils 'duck_type';
use WebService::TFL::Bus::Response;
has user_agent => (