fix throws_deeply test exporting

This commit is contained in:
Graham Knop 2008-06-20 08:57:29 +00:00
parent 8f9568c887
commit 11dfcd6277

View file

@ -5,6 +5,7 @@ use strict;
use Test::Builder; use Test::Builder;
use WebGUI::Exception; use WebGUI::Exception;
use Sub::Uplevel qw( uplevel ); use Sub::Uplevel qw( uplevel );
use Exporter qw(import);
our @EXPORT = qw( throws_deeply ); our @EXPORT = qw( throws_deeply );