From 99f8ccd6cddc6fa9a021d4118e6a706a19e474b1 Mon Sep 17 00:00:00 2001 From: dakkar Date: Thu, 10 Sep 2015 15:46:11 +0100 Subject: maybe I got deps working I'd still like to make the whole thing more readable, though --- t/tests/webcoso.t | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 't/tests/webcoso.t') diff --git a/t/tests/webcoso.t b/t/tests/webcoso.t index 49e28ee..84d24fb 100644 --- a/t/tests/webcoso.t +++ b/t/tests/webcoso.t @@ -36,7 +36,7 @@ subtest { my $put = $wc.put-file('two','document','en','txt', 'something'); - ok($put.abspath ~~ /two\/document\.en\.txt$/, + ok($put.path.IO.abspath ~~ /two\/document\.en\.txt$/, 'put-file works', ); -- cgit v1.2.3