From cfe2b133a952945c24879118fc5f0aed16c3c0cf Mon Sep 17 00:00:00 2001 From: Patrick Spek Date: Sat, 29 Jul 2017 03:04:12 +0200 Subject: Clean up all tests --- t/06-deduce-parser.t | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 't/06-deduce-parser.t') diff --git a/t/06-deduce-parser.t b/t/06-deduce-parser.t index 2811d19..5c39729 100644 --- a/t/06-deduce-parser.t +++ b/t/06-deduce-parser.t @@ -8,7 +8,7 @@ use Config; plan 4; -my $config = Config.new; +my Config $config = Config.new(); subtest "Unknown parser type" => { plan 1; -- cgit v1.1