From 11dfcd627740a645b495db3f3de6e95da2daa900 Mon Sep 17 00:00:00 2001 From: Graham Knop Date: Fri, 20 Jun 2008 08:57:29 +0000 Subject: [PATCH] fix throws_deeply test exporting --- t/lib/WebGUI/TestException.pm | 1 + 1 file changed, 1 insertion(+) 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 );