summaryrefslogtreecommitdiff
path: root/t/lib/Test/WebCoso.pm
diff options
context:
space:
mode:
authordakkar <dakkar@thenautilus.net>2015-09-10 15:46:11 +0100
committerdakkar <dakkar@thenautilus.net>2015-09-10 15:46:11 +0100
commit99f8ccd6cddc6fa9a021d4118e6a706a19e474b1 (patch)
tree5316e1bbfed711087393f4a1e8fd103cbc5d9cfb /t/lib/Test/WebCoso.pm
parentwork around rakudo bug #126006 (diff)
downloadWebCoso-p6-99f8ccd6cddc6fa9a021d4118e6a706a19e474b1.tar.gz
WebCoso-p6-99f8ccd6cddc6fa9a021d4118e6a706a19e474b1.tar.bz2
WebCoso-p6-99f8ccd6cddc6fa9a021d4118e6a706a19e474b1.zip
maybe I got deps working
I'd still like to make the whole thing more readable, though
Diffstat (limited to 't/lib/Test/WebCoso.pm')
-rw-r--r--t/lib/Test/WebCoso.pm2
1 files changed, 1 insertions, 1 deletions
diff --git a/t/lib/Test/WebCoso.pm b/t/lib/Test/WebCoso.pm
index 1f54c92..083ef09 100644
--- a/t/lib/Test/WebCoso.pm
+++ b/t/lib/Test/WebCoso.pm
@@ -11,7 +11,7 @@ sub cmp-files($a,$b,$msg) is export {
$cmp.($a{$_})
}
else {
- $a{$_}.abspath eq $cmp.abspath
+ $a{$_}.path.IO.abspath eq $cmp.path.IO.abspath
}
}, $a.keys),
$msg,