fix installperl typo
Kurt D. Starsinic [Wed, 8 Jul 1998 23:51:57 +0000 (19:51 -0400)]
Message-Id: <19980708235157.D1380@O2.chapin.edu>
Subject: Re: [PATCH] 5.004_70 installperl and docs

p4raw-id: //depot/perl@1392

installperl

index 7b2a935..6d2fad9 100755 (executable)
@@ -365,7 +365,7 @@ if (!$versiononly) {
 
 }
 
-$packlist->write() unless $nono;
+$packlist->write() unless $nonono;
 print STDERR "  Installation complete\n";
 
 exit 0;