aboutsummaryrefslogtreecommitdiff
path: root/t/02-getting.t
diff options
context:
space:
mode:
Diffstat (limited to 't/02-getting.t')
-rw-r--r--t/02-getting.t4
1 files changed, 2 insertions, 2 deletions
diff --git a/t/02-getting.t b/t/02-getting.t
index b7ffbfe..e7e65b8 100644
--- a/t/02-getting.t
+++ b/t/02-getting.t
@@ -7,9 +7,9 @@ plan 13;
use Config;
-my Config $config = Config.new();
+my Config $config = Config.new;
-$config.read({
+$config.=read({
a => "a",
b => {
c => "c"