Add missing use line for Asset.
This commit is contained in:
parent
b3a684730b
commit
5759620eb4
1 changed files with 1 additions and 0 deletions
|
|
@ -2,6 +2,7 @@ package WebGUI::FilePump::Bundle;
|
||||||
|
|
||||||
use base qw/WebGUI::Crud WebGUI::JSONCollateral/;
|
use base qw/WebGUI::Crud WebGUI::JSONCollateral/;
|
||||||
use strict;
|
use strict;
|
||||||
|
use WebGUI::Asset;
|
||||||
use WebGUI::International;
|
use WebGUI::International;
|
||||||
use WebGUI::Exception;
|
use WebGUI::Exception;
|
||||||
use WebGUI::Utility;
|
use WebGUI::Utility;
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue