--- DBI-1.46/lib/DBI/DBD.pm- 2004-10-06 12:54:22 +0000 +++ DBI-1.46/lib/DBI/DBD.pm 2004-12-19 17:25:03 +0000 @@ -3690,9 +3690,10 @@ sub dbd_edit_mm_attribs { # XXX need to convert this to work within the generated Makefile # so 'make' creates them and 'make clean' deletes them my %test_variants = ( - pp => { name => "DBI::PurePerl", - add => [ 'local $ENV{DBI_PUREPERL} = 2;' ], - }, +# (ALT) disabled PurePerl tests +# pp => { name => "DBI::PurePerl", +# add => [ 'local $ENV{DBI_PUREPERL} = 2;' ], +# }, mx => { name => "DBD::Multiplex", add => [ q{local $ENV{DBI_AUTOPROXY} = 'dbi:Multiplex:';} ], }