From 10a43069bef7746c3970c6a00e8ef555c53b8c5c Mon Sep 17 00:00:00 2001 From: Patrick Spek Date: Wed, 26 Apr 2017 23:44:37 +0200 Subject: Fix up test --- lib/Config/Parser/yaml.pm6 | 1 + 1 file changed, 1 insertion(+) (limited to 'lib') diff --git a/lib/Config/Parser/yaml.pm6 b/lib/Config/Parser/yaml.pm6 index c0c194e..366368f 100644 --- a/lib/Config/Parser/yaml.pm6 +++ b/lib/Config/Parser/yaml.pm6 @@ -9,6 +9,7 @@ class Config::Parser::yaml is Config::Parser { method read(Str $path --> Hash) { + say $path; load-yaml(slurp $path); } } -- cgit v1.1