use Test::More, duh - stupid
Tomas Doran [Mon, 6 Feb 2012 23:06:15 +0000 (23:06 +0000)]
t/aggregate/live_container_custom_container_nosugar.t
t/aggregate/live_container_custom_container_sugar.t

index 4709113..4c3e929 100644 (file)
@@ -2,6 +2,8 @@ use warnings;
 use strict;
 use FindBin '$Bin';
 use lib "$Bin/../lib";
+use Test::More;
+
 BEGIN {
     if ( $ENV{CATALYST_SERVER} ) {
         plan skip_all => 'This test does not run live';
index 662e3dd..1855f7e 100644 (file)
@@ -2,6 +2,8 @@ use warnings;
 use strict;
 use FindBin '$Bin';
 use lib "$Bin/../lib";
+use Test::More;
+
 BEGIN {
     if ( $ENV{CATALYST_SERVER} ) {
         plan skip_all => 'This test does not run live';