This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
Update comment (by Yves Orton), plus POD fixes
[perl5.git] / overload.pl
index 640f4fd..1bddd3f 100644 (file)
@@ -2,7 +2,7 @@
 
 #
 # Generate overload.h
-# This allows the order of overloading consants to be changed.
+# This allows the order of overloading constants to be changed.
 # 
 
 BEGIN {
@@ -74,6 +74,8 @@ EXTCONST char * PL_AMG_names[NofAMmeth];
 #endif /* def INITAMAGIC */
 EOT
 
+close H or die $!;
+
 __DATA__
 # Fallback should be the first
 fallback       ()