Remove usage of Class:C3 in favor of roles.
This commit is contained in:
parent
65a5053563
commit
9b4a9beba2
7 changed files with 8 additions and 26 deletions
|
|
@ -11,12 +11,6 @@ package WebGUI::Asset::WikiPage;
|
|||
# -------------------------------------------------------------------
|
||||
|
||||
use strict;
|
||||
#use Class::C3;
|
||||
#use base qw(
|
||||
# WebGUI::AssetAspect::Subscribable
|
||||
# WebGUI::AssetAspect::Comments
|
||||
# WebGUI::Asset
|
||||
#);
|
||||
|
||||
use Moose;
|
||||
use WebGUI::Definition::Asset;
|
||||
|
|
@ -58,6 +52,8 @@ property isFeatured => (
|
|||
);
|
||||
|
||||
with 'WebGUI::Role::Asset::AlwaysHidden';
|
||||
with 'WebGUI::AssetAspect::Subscribable';
|
||||
with 'WebGUI::AssetAspect::Comments';
|
||||
|
||||
use WebGUI::International;
|
||||
use WebGUI::Utility;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue