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/maker.t | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 't/tests/maker.t') diff --git a/t/tests/maker.t b/t/tests/maker.t index a09ec19..4d21a0f 100644 --- a/t/tests/maker.t +++ b/t/tests/maker.t @@ -25,8 +25,8 @@ my %output = $m.make(); cmp-files( %output, { - en => { $^x.slurp eq 'en expanded' }, - it => { $^x.slurp eq 'it expanded' }, + en => { $^x.contents eq 'en expanded' }, + it => { $^x.contents eq 'it expanded' }, }, 'made the files', ); -- cgit v1.2.3