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/05-null-parser.t | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 't/05-null-parser.t') diff --git a/t/05-null-parser.t b/t/05-null-parser.t index 97e897f..7ba1826 100644 --- a/t/05-null-parser.t +++ b/t/05-null-parser.t @@ -16,7 +16,7 @@ plan 3; } }); -my $config = Config.new(); +my Config $config = Config.new(); ok $config.read("t/files/config", "Config::Parser::NULL"), "Attempt to read a file with Config::Parser::NULL"; -- cgit v1.1