initialize earlier to help with string evals
[p5sagit/Devel-Declare.git] / t / lines.t
index b7c86ac..8927ad2 100644 (file)
--- a/t/lines.t
+++ b/t/lines.t
@@ -4,7 +4,7 @@ use Test::More;
 
 BEGIN {
   eval 'use B::Compiling';
-  
+
   $@ and plan 'skip_all' => $@
       or plan tests => 5;
 }
@@ -38,7 +38,7 @@ Devel::Declare->setup_for(
 
 
 #line 100
-fun 
+fun
 { };
 my $line  = __LINE__;
 my $line2 = __LINE__;