From 345c54db923fc7b74e357d6da85da0768071d3b8 Mon Sep 17 00:00:00 2001 From: Colin Kuskie Date: Thu, 20 Mar 2008 17:11:36 +0000 Subject: [PATCH] Pay.t does not use Test::Exception --- t/Shop/Pay.t | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/t/Shop/Pay.t b/t/Shop/Pay.t index c2a2a199c..fbc8a03ed 100644 --- a/t/Shop/Pay.t +++ b/t/Shop/Pay.t @@ -18,7 +18,7 @@ use strict; use lib "$FindBin::Bin/../lib"; use Test::More; use Test::Deep; -use Test::Exception; +#use Test::Exception; use JSON; use HTML::Form;