Re: URI-1.10 error?
Abhijit Menon-Sen (ams@wiw.org)
Tue, 30 Jan 2001 18:46:13 +0530
> Dagobert:/usr/local/perl5modules/URI-1.10 # perl Makefile.PL
> Checking if your kit is complete...
> Looks good
> [...]
>
> I know I need to install MIME::Base64. But why does it tell my kit
> looks complete when it isn't? Shouldn't that be checked?
ExtUtils::MakeMaker::check_manifest prints this message while checking
that all the files ("the kit") mentioned in MANIFEST actually exist in
the build directory. It has nothing to do with required modules (which
are searched for in Makefile.PL itself).
- ams