hv_fetchs() support
[p5sagit/p5-mst-13.2.git] / lib / ExtUtils / t / postamble.t
index 2b47b12..0fbeabd 100644 (file)
@@ -70,3 +70,4 @@ ok( open(MAKEFILE, $Makefile) ) or diag "Can't open $Makefile: $!";
   like( <MAKEFILE>, qr/^\# This makes sure the postamble gets written\n/m,
         'postamble added to the Makefile' );
 }
+close MAKEFILE;