asset immutability

This commit is contained in:
Graham Knop 2010-04-18 18:50:56 -05:00
parent a1d8dbd67a
commit 0efa62a73c
68 changed files with 84 additions and 7 deletions

View file

@ -1090,6 +1090,8 @@ sub www_viewScreenshots {
return $self->processTemplate($var,$self->getParent->get("screenshotsTemplateId"));
}
__PACKAGE__->meta->make_immutable;
1;
#vim:ft=perl