From: Jarkko Hietaniemi Date: Sat, 10 Mar 2001 22:38:13 +0000 (+0000) Subject: The $Is_MacOS needs to be declared. X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=5d31cce847fc82de825bd6ba727afe7c1bcc4dc9;p=p5sagit%2Fp5-mst-13.2.git The $Is_MacOS needs to be declared. p4raw-id: //depot/perl@9101 --- diff --git a/lib/ExtUtils/Manifest.pm b/lib/ExtUtils/Manifest.pm index b333196..3ac0fbf 100644 --- a/lib/ExtUtils/Manifest.pm +++ b/lib/ExtUtils/Manifest.pm @@ -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');