Thanks.

Tim.

On Wed, Jul 24, 2002 at 09:30:05AM +0900, KAWAI,Takanori wrote:
> Hi.
> I've got a mail from Thomas A. Lowery that DBD::Excel made a 
> error message at "perl Makefile.PL".
> 
> <quote>
> WARNING: realclean takes a hash reference not a string/number.
>          Please inform the author.
> </quote>
> 
> I found that ExtUtils::MakeMaker checks parameter settings 
> strictly (since 6.01).
> So, I will change that line like below:
> 
> Before:        'realclean'    => '*.xsi',
> After :        'realclean'    => {FILES => '*.xsi'},
> 
> It seems that this problem has no effect many DBDs, but
> the example Makefile.PL in DBI::DBD must be changed.
> 
> ==============================================
> Kawai, Takanori(Hippo2000)
>    Mail: [EMAIL PROTECTED] [EMAIL PROTECTED]
>    http://member.nifty.ne.jp/hippo2000/index_e.htm
>    http://www.hippo2000.info/cgi-bin/KbWikiE/KbWiki.pl
> The Perl Foundation Grants Are Running Out ?
>    http://use.perl.org/articles/02/07/03/2241212.shtml
>    http://www.perl-foundation.org/index.cgi?page=grants
> ==============================================
> 

Reply via email to