aboutsummaryrefslogtreecommitdiff
path: root/t/06-deduce-parser.t
diff options
context:
space:
mode:
Diffstat (limited to 't/06-deduce-parser.t')
-rw-r--r--t/06-deduce-parser.t2
1 files changed, 1 insertions, 1 deletions
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;