On 28/10/02 19:24 +1100, Sisyphus wrote: > > ----- Original Message ----- > From: "Brian Ingerson" <[EMAIL PROTECTED]> > .. > > > > OK I'll pull the .PHONY line out. It's not very necessary at this point. I > > was just being pedantic. > > > > In fact, I just did it. Would you mind testing: > > > > http://ttul.org/~ingy/release/CPAN-MakeMaker-0.11.tar.gz > > > > Yep, it's fine. > There's a warning being issued during 'perl makefile.pl': > Creating CPAN directory > Creating CPAN/MakeMaker.pm > Checking if your kit is complete... > Warning: the following files are missing in your kit: > C/CPAN/MakeMaker.pm > Please inform the author.
Sounds like you're using the MANIFEST from a previous run, and forgot to switch C/Makefile.PL to CPAN::MM. You should: - Install CPAN::MakeMaker 0.11 - untar Inline from the tarball - Switch both Makefile.PL and C/Makefile.PL - Run the 'perl Makefile.PL && make test' I wouldn't expect any warnings. Cheers, Brian
