This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
Return OPERATOR('[') for '[' without falling through to case '~', avoiding misinterpr...
[perl5.git] / keywords.pl
index 3603570..6ede805 100755 (executable)
@@ -36,7 +36,7 @@ while (<DATA>) {
 
 print $kw "\n/* ex: set ro: */\n";
 
-close $kw or die "Error closing keywords.h-new: $!";
+safer_close($kw);
 
 rename_if_different("keywords.h-new", "keywords.h");