summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--lib/App/Hiveminder/Command.pm1
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/App/Hiveminder/Command.pm b/lib/App/Hiveminder/Command.pm
index f815874..3427faf 100644
--- a/lib/App/Hiveminder/Command.pm
+++ b/lib/App/Hiveminder/Command.pm
@@ -8,6 +8,7 @@ has _hm => (
isa => 'Net::Hiveminder',
is => 'ro',
default => sub { Net::Hiveminder->new(use_config => 1) },
+ lazy => 1,
reader => 'hm',
);