use Test::More, duh - stupid
[catagits/Catalyst-Runtime.git] / t / aggregate / live_container_custom_container_nosugar.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';