summaryrefslogtreecommitdiffstats
path: root/lib/App/Hiveminder/Command.pm
diff options
context:
space:
mode:
Diffstat (limited to 'lib/App/Hiveminder/Command.pm')
-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 4d76dd1..a85f6d0 100644
--- a/lib/App/Hiveminder/Command.pm
+++ b/lib/App/Hiveminder/Command.pm
@@ -10,4 +10,5 @@ has hm => (
default => sub { Net::Hiveminder->new(use_config => 1) },
);
+__PACKAGE__->meta()->make_immutable();
1;