diff --git a/t/lib/WebGUI/TestException.pm b/t/lib/WebGUI/TestException.pm index 7deae51fb..affc8a99e 100644 --- a/t/lib/WebGUI/TestException.pm +++ b/t/lib/WebGUI/TestException.pm @@ -5,6 +5,7 @@ use strict; use Test::Builder; use WebGUI::Exception; use Sub::Uplevel qw( uplevel ); +use Exporter qw(import); our @EXPORT = qw( throws_deeply );