On Tue, Apr 16, 2002 at 05:00:41PM +0100, Leon Brocard wrote:
> [copied to [EMAIL PROTECTED] just so you know that bleadperl
> makemaker is being stricter than it used to be]
> 
> Bleadperl MakeMaker doesn't appear to like the Makefile.PL
> in DBD-mysql-2.1013:
> 
> Checking if your kit is complete...
> Looks good
> Can't use string ("dbimon pmysql") as an ARRAY ref while "strict refs" in use at 
>/home/acme//lib/perl5/5.7.3/ExtUtils/MM_Unix.pm line 1407.
> 
> It turns out that dbimon and pmysql aren't actually in the
> distribution so the following patch makes everything ok:

Hmmm.  EXE_FILES takes an array ref and always has.  AFAIK that's
untouched.

It might be that now the error is actually showing up instead of being
supressed.


> --- Makefile.PL.orig  Tue Apr 16 09:51:39 2002
> +++ Makefile.PL       Tue Apr 16 09:54:32 2002
> @@ -77,7 +77,6 @@
>  $cflags .= " -DDBD_MYSQL_WITH_SSL" if $opt->{'ssl'};
>  my %o = ( 'NAME' => 'DBD::mysql',
>         'INC' => $cflags,
> -       'EXE_FILES' => 'dbimon pmysql',
>         'dist'         => { 'SUFFIX'       => ".gz",
>                             'DIST_DEFAULT' => 'all installhtml tardist',
>                             'COMPRESS'     => "gzip -9f" },

-- 

Michael G. Schwern   <[EMAIL PROTECTED]>    http://www.pobox.com/~schwern/
Perl Quality Assurance      <[EMAIL PROTECTED]>         Kwalitee Is Job One
The prefered method of receiving a paste enema is to go to St. Mark's
Place, stand in the middle of the street, and shout "I NEED A PASTE
ENEMA!"  You'll get something, anyway.

Reply via email to