Attempt #1 to get Roles working with Definition sugar.

This commit is contained in:
Colin Kuskie 2010-02-26 11:11:04 -08:00
parent a725942c17
commit dd63819fe0
2 changed files with 2 additions and 1 deletions

View file

@ -15,7 +15,6 @@ package WebGUI::Definition;
=cut
use 5.010;
use Moose;
use Moose::Exporter;
use feature ();
use namespace::autoclean;