aboutsummaryrefslogtreecommitdiff
path: root/t/09-cloning.t
diff options
context:
space:
mode:
Diffstat (limited to 't/09-cloning.t')
-rw-r--r--t/09-cloning.t2
1 files changed, 1 insertions, 1 deletions
diff --git a/t/09-cloning.t b/t/09-cloning.t
index 0746eff..5bae887 100644
--- a/t/09-cloning.t
+++ b/t/09-cloning.t
@@ -8,7 +8,7 @@ use Config;
plan 2;
-my Config $a .= new.read: %(
+my $a = Config.new.read: %(
foo => "bar",
baz => 42,
);