fix whitespace tests
Karen Etheridge [Wed, 8 Jul 2015 01:02:24 +0000 (18:02 -0700)]
dist.ini
t/01-use.t
t/05-live.t

index f64e037..2ad03d2 100644 (file)
--- a/dist.ini
+++ b/dist.ini
@@ -9,8 +9,6 @@ copyright_year = 2009
 Authority.authority = cpan:BOBTFISH
 Test::MinimumVersion.max_target_perl = 5.008003
 -remove = PodWeaver
--remove = Test::EOL
--remove = Test::NoTabs
 -remove = Test::PodSpelling
 
 [Test::CheckBreaks]
index 4fe7f1f..5757323 100644 (file)
@@ -3,7 +3,7 @@
 use Test::More tests => 1;
 
 BEGIN {
-       use_ok( 'Catalyst::Plugin::Session::State::Stash' );
+    use_ok( 'Catalyst::Plugin::Session::State::Stash' );
 }
 
 diag( "Testing Catalyst::Plugin::Session::State::Stash $Catalyst::Plugin::Session::State::Stash::VERSION, Perl $], $^X" );
index 8d36caf..645e332 100644 (file)
@@ -1,4 +1,4 @@
-#!/usr/bin/perl                                                                                                       
+#!/usr/bin/perl
 
 use strict;
 use warnings;
@@ -44,4 +44,4 @@ TODO: {
     local $TODO = "Changing sessions is broken and I've had no success fixing it. Patches welcome";
     $m->content_is( 'PASS' , 'session id changed' );
 }
-BEGIN { $tests += 4; }  
\ No newline at end of file
+BEGIN { $tests += 4; }