Don't import the Test::More exports into Catalyst::Test.
Florian Ragwitz [Sun, 8 Feb 2009 16:29:00 +0000 (16:29 +0000)]
lib/Catalyst/Test.pm

index 65c4354..54f8a33 100644 (file)
@@ -2,7 +2,7 @@ package Catalyst::Test;
 
 use strict;
 use warnings;
-use Test::More;
+use Test::More ();
 
 use Catalyst::Exception;
 use Catalyst::Utils;