The $Is_MacOS needs to be declared.
Jarkko Hietaniemi [Sat, 10 Mar 2001 22:38:13 +0000 (22:38 +0000)]
p4raw-id: //depot/perl@9101

lib/ExtUtils/Manifest.pm

index b333196..3ac0fbf 100644 (file)
@@ -9,7 +9,8 @@ use Carp;
 use strict;
 
 our ($VERSION,@ISA,@EXPORT_OK,
-           $Is_VMS,$Debug,$Verbose,$Quiet,$MANIFEST,$found,$DEFAULT_MSKIP);
+           $Is_MacOS,$Is_VMS,
+           $Debug,$Verbose,$Quiet,$MANIFEST,$found,$DEFAULT_MSKIP);
 
 $VERSION = substr(q$Revision: 1.33 $, 10);
 @ISA=('Exporter');