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>2017-07-29 03:04:12 +0200
commitcfe2b133a952945c24879118fc5f0aed16c3c0cf (patch)
tree3dd5a63fe8bbd1d747b387e97bcbac8916924df6 /t/05-null-parser.t
parent3da0c917a5985db827f33988d6d74e16abd34439 (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";