diff options
author | dakkar <dakkar@thenautilus.net> | 2015-09-10 15:46:11 +0100 |
---|---|---|
committer | dakkar <dakkar@thenautilus.net> | 2015-09-10 15:46:11 +0100 |
commit | 99f8ccd6cddc6fa9a021d4118e6a706a19e474b1 (patch) | |
tree | 5316e1bbfed711087393f4a1e8fd103cbc5d9cfb /t/lib | |
parent | work around rakudo bug #126006 (diff) | |
download | WebCoso-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')
-rw-r--r-- | t/lib/Test/WebCoso.pm | 2 |
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, |