summaryrefslogtreecommitdiffstats
path: root/lib/App/Hiveminder/Command/create.pm
diff options
context:
space:
mode:
authorjluehrs2 <jluehrs2@uiuc.edu>2008-05-08 22:08:06 -0500
committerjluehrs2 <jluehrs2@uiuc.edu>2008-05-08 22:08:06 -0500
commitc38cacf7b4b0e22eae6a74229df8cc1d46061f63 (patch)
treeb9d97f628c4b8731970ddf22ed7a1127010eb7ec /lib/App/Hiveminder/Command/create.pm
parent2c7c1434ce31811e188c290480d6a89d7fae7a5e (diff)
downloadapp-hiveminder-c38cacf7b4b0e22eae6a74229df8cc1d46061f63.tar.gz
app-hiveminder-c38cacf7b4b0e22eae6a74229df8cc1d46061f63.zip
make stuff immutable
Diffstat (limited to 'lib/App/Hiveminder/Command/create.pm')
-rw-r--r--lib/App/Hiveminder/Command/create.pm1
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/App/Hiveminder/Command/create.pm b/lib/App/Hiveminder/Command/create.pm
index c2ed1c7..55264e1 100644
--- a/lib/App/Hiveminder/Command/create.pm
+++ b/lib/App/Hiveminder/Command/create.pm
@@ -28,4 +28,5 @@ sub run {
print $ret, "\n";
}
+__PACKAGE__->meta()->make_immutable();
1;