Testoutput bei PPI Parsingfehlern angepasst.
authorSven Schöling <s.schoeling@linet-services.de>
Wed, 26 Oct 2011 13:33:47 +0000 (15:33 +0200)
committerSven Schöling <s.schoeling@linet-services.de>
Wed, 26 Oct 2011 13:33:47 +0000 (15:33 +0200)
t/structure/no_lexicals_in_postif.t

index bb15c9c..c7d4c30 100644 (file)
@@ -24,10 +24,10 @@ my $fh;
 my @testitems = @Support::Files::testitems;
 
 foreach my $file (@testitems) {
-  next unless -f $file;
   my $clean = 1;
   my $doc = PPI::Document->new($file) or do {
-    ok 0, "PPI error for file $file: " . PPI::Document::errstr();
+    print $fh "?: PPI error for file $file: " . PPI::Document::errstr() . "\n";
+    ok 0, $file;
     next;
   };
   my $stmts = $doc->find('Statement::Variable');