Add a NoTabs test and make it pass.
[catagits/Catalyst-Plugin-Authentication.git] / t / live_app_realms.t
index 8773483..0e79b8b 100644 (file)
@@ -1,5 +1,3 @@
-#!/usr/bin/perl
-
 use strict;
 use warnings;
 
@@ -9,6 +7,7 @@ BEGIN {
     plan "no_plan";
 }
 
+
 use lib 't/lib';
 use Catalyst::Test qw/AuthRealmTestApp/;