typo in makedef.pl
Gurusamy Sarathy [Tue, 7 Mar 2000 05:14:49 +0000 (05:14 +0000)]
p4raw-id: //depot/perl@5592

lib/File/Path.pm
makedef.pl

index fb5377d..46f360a 100644 (file)
@@ -73,7 +73,7 @@ than VMS is settled.  (defaults to FALSE)
 =back
 
 It returns the number of files successfully deleted.  Symlinks are
-treated as ordinary files.
+simply deleted and not followed.
 
 B<NOTE:> If the third parameter is not TRUE, C<rmtree> is B<unsecure>
 in the face of failure or interruption.  Files and directories which
index bfa16de..1170ba5 100644 (file)
@@ -103,7 +103,7 @@ close(CFG);
 # perl.h logic duplication begins
 
 if ($define{USE_ITHREADS}) {
-    if (!$define{MULTIPLICITY} && !define{PERL_OBJECT}) {
+    if (!$define{MULTIPLICITY} && !$define{PERL_OBJECT}) {
         $define{MULTIPLICITY} = 1;
     }
 }