asset immutability

This commit is contained in:
Graham Knop 2010-04-18 18:50:56 -05:00
parent 83dbe97687
commit 8186754b86
68 changed files with 84 additions and 7 deletions

View file

@ -2838,4 +2838,5 @@ sub www_widgetView {
return $self->outputWidgetMarkup($width, $height, $templateId, $styleTemplateId);
}
__PACKAGE__->meta->make_immutable;
1;