This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
Add Danny Sadinoff's old email address to Porting/checkAUTHORS.pl
[perl5.git] / Porting / fixvars
old mode 100755 (executable)
new mode 100644 (file)
index 201c37f..a21ea42
@@ -19,7 +19,7 @@ while ($work)
     print;
    }
   close(PIPE);
-  warn "Make retured $?\n";
+  warn "Make returned $?\n";
   last unless $?;
   my $changed = 0;
   foreach my $file (keys %fix)