Fix a syntax error, and add a list of newly required modules to testEnvironment.pl
This commit is contained in:
parent
88aba652c7
commit
0c90162c57
2 changed files with 4 additions and 1 deletions
|
|
@ -19,7 +19,7 @@ use Moose::Role;
|
|||
use namespace::autoclean;
|
||||
no warnings qw(uninitialized);
|
||||
|
||||
with 'WebGUI::Definition::Role::Asset'
|
||||
with 'WebGUI::Definition::Role::Asset';
|
||||
|
||||
our $VERSION = '0.0.1';
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue