Fix a syntax error, and add a list of newly required modules to testEnvironment.pl

This commit is contained in:
Colin Kuskie 2009-12-02 16:06:06 -08:00
parent 88aba652c7
commit 0c90162c57
2 changed files with 4 additions and 1 deletions

View file

@ -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';