minor code example fix in documentation
[catagits/Catalyst-Plugin-Authentication.git] / t / live_app.t
index 3782d14..4d55cd5 100644 (file)
@@ -1,5 +1,3 @@
-#!/usr/bin/perl
-
 use strict;
 use warnings;
 
@@ -7,7 +5,7 @@ use Test::More;
 
 BEGIN {
     plan skip_all => "Digest::SHA1 is required for this test" unless eval { require Digest::SHA1 };
-    plan "no_plan";
+       plan "no_plan";
 }
 
 use lib 't/lib';