aboutsummaryrefslogtreecommitdiff
path: root/t/05-null-parser.t
diff options
context:
space:
mode:
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";