I just downloaded perl-ldap-0.32 from cpan. I tried to compile on Linux and on Solaris (perl 5.8.3), but I get:
/opt/prisma/bin/perl Makefile.PL ==> ExtUtils::AutoInstall 0.49 required. Install it from CPAN? [Y/n]
You should be able to answer N to that and still install it
/opt/prisma/bin/perl Makefile.PL works perfectly fine with perl-ldap-0.31.
The Makefile.PL was changed in 0.32 to use Module::Install which makes it easier to maintain the Makefile.PL
Graham.
