On Wed, Aug 05, 2009 at 12:26:59PM -0700, Michael G Schwern wrote: > Dave Mitchell wrote: > > I tried applying it to blead, but got lots of test failures in > > lib/ExtUtils/t/00compile.t: > > I guess that explains what all that code in 00compile.t that I tore out was > doing. Here it is back. > > --- 00compile.t > +++ 00compile.t > @@ -20,9 +20,10 @@ BEGIN { > chdir ".."; > my $manifest = "MANIFEST"; > open(my $manifest_fh, "<", $manifest) or die "Can't open $manifest: $!"; > -my @modules = map { m{^lib/(\S+)}; $1 } > - grep { m{^lib/\S+\.pm} } > - <$manifest_fh>; > +my @modules = map { m{^lib/(\S+)}; $1 } > + grep { m{^lib/ExtUtils/\S*\.pm} } > + grep { !m{/t/} } <$manifest_fh>; > + > chomp @modules; > close $manifest_fh; Okay thanks, I've applied EU:MM 6.55_02 as cb06ebec412ca5c62617b8007098bd39019a09df and your fix above as 3ed7368117d18c1af3bc089adf0d9fcdf5c04cd4 and pulled them both into maint. David, can you let me know if it fixes all the -Duserelocatableinc issues? Thanks. -- You never really learn to swear until you learn to drive.Thread Previous | Thread Next