fix typos Debian picked up
[catagits/Catalyst-Plugin-Authentication.git] / t / live_app_realms_compat.t
index a4bbbbb..5deccf1 100644 (file)
@@ -1,7 +1,11 @@
 use strict;
 use warnings;
 
-use Test::More tests => 1;
+use Test::More;
+
+BEGIN {
+    plan "no_plan";
+}
 
 use lib 't/lib';
 use Catalyst::Test qw/AuthRealmTestAppCompat/;