aboutsummaryrefslogtreecommitdiff
path: root/t/05-null-parser.t
diff options
context:
space:
mode:
authorPatrick Spek <p.spek@tyil.nl>2017-07-29 03:04:12 +0200
committerPatrick Spek <p.spek@tyil.nl>2023-07-25 02:16:34 +0200
commit571f679bab6490a28b5478f9c0616eacceef6dc8 (patch)
tree3dd5a63fe8bbd1d747b387e97bcbac8916924df6 /t/05-null-parser.t
parent839e59c5bdbc5e924e469033edc52e7d2c0eeb98 (diff)
Clean up all tests
Diffstat (limited to 't/05-null-parser.t')
-rw-r--r--t/05-null-parser.t2
1 files changed, 1 insertions, 1 deletions
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";