Subject: | .packlist written to the wrong location |
Greetings,
I've found, that when using Module::Build to install certain packages, the
.packlist file is written to a top level directory, and not to the proper subdir.
For example:
[kane@codebase2 /tmp/Feed-Find-0.06]$ perl Build.PL
*** ExtUtils::AutoInstall version 0.56
*** Checking for dependencies...
[Core Features]
- Class::ErrorHandler ...missing.
- LWP ...loaded. (5.803)
- HTML::Parser ...loaded. (3.48)
- URI ...loaded. (1.35)
==> Auto-install the 1 mandatory module(s) from CPAN? [y] n
==> The module(s) are mandatory! Really skip? [n] y
*** ExtUtils::AutoInstall configuration finished.
Checking whether your kit is complete...
Looks good
* ERROR: Prerequisite Class::ErrorHandler isn't installed
ERRORS/WARNINGS FOUND IN PREREQUISITES. You may wish to install the versions
of the modules indicated above before proceeding with this installation.
Deleting Build
Removed previous script 'Build'
Creating new 'Build' script for 'Feed-Find' version '0.06'
[kane@codebase2 /tmp/Feed-Find-0.06]$ ./Build fakeinstall
Installing /usr/local/share/perl/5.8.7/Feed/Find.pm
Installing /usr/local/man/man3/Feed::Find.3pm
Writing /usr/local/lib/perl/5.8.7/auto/.packlist
[kane@codebase2 /tmp/Feed-Find-0.06]$
Note how it is written to:
Writing /usr/local/lib/perl/5.8.7/auto/.packlist
According to the changes file, this has not been addressed in any of the development
releases either.