DATA filehandle not closed in Symbol.pm
Andreas Koenig [Thu, 8 Feb 1996 16:20:12 +0000 (17:20 +0100)]
lib/Symbol.pm

index ccc12b6..a12e6dc 100644 (file)
@@ -61,6 +61,7 @@ while (<DATA>) {
     chomp;
     $global{$_} = 1;
 }
+close DATA;
 
 sub gensym () {
     my $name = "GEN" . $genseq++;