aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--lib/Config.pm64
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/Config.pm6 b/lib/Config.pm6
index 1d0d7db..ae78ea1 100644
--- a/lib/Config.pm6
+++ b/lib/Config.pm6
@@ -13,8 +13,8 @@ use Config::Parser;
class Config is export
{
has Hash $!content = {};
- has Str $!path;
- has Str $!parser;
+ has Str $!path = "";
+ has Str $!parser = "";
#| Clear the config.
method clear()