Move AssetRole to Role::Asset, and update all client modules.

This commit is contained in:
Colin Kuskie 2010-02-16 11:00:47 -08:00
parent 90facc46a9
commit 7caa3e3738
10 changed files with 15 additions and 15 deletions

View file

@ -73,9 +73,9 @@ property content => (
default => undef,
);
with 'WebGUI::AssetRole::AlwaysHidden';
with 'WebGUI::Role::Asset::AlwaysHidden';
with 'WebGUI::AssetRole::SetStoragePermissions';
with 'WebGUI::Role::Asset::SetStoragePermissions';
use WebGUI::Asset::Template;