On Tue Dec 19 10:18:42 2006, CDOLAN wrote:
Show quoted text> Inline below is an error I experienced when trying to install
> Catalyst::Plugin::FormValidator::Simple::OwnCheck via CPANPLUS.
> Something goes wrong after unpacking the tarball and CPANPLUS attempts
> to rebuild an execute a large number of Makefile.PL files.
>
> I believe the problem is that the distro i question has an unexpected
> name for the subdir inside the tarball. Then I think that CPANPLUS is
> failing to chdir into the newly-unpacked dir. While in
> ~/.cpanplus/5.8.6/build/ it finds no Makefile.PL, creates one, then
> traverses all subdirs(!) and runs their Makefile.PL/Build.PL files.
Thanks for the report. The problem is that this distribution has packed it's
files with a leading '.', ie './Owncheck/' rather than 'Owncheck/'. In certain
cases Archive::Extract got the extraction dir wrong and reported it as '.'
instead. This is now addressed in Archive::Extract 0.15_03 which I've just
uploaded to CPAN. It should propagate within a day, or you could fetch it
here:
https://pause.perl.org/pub/PAUSE/authors/id/K/KA/KANE/Archive-Extract-0.15_03.tar.gz
If you could verify that this distribution fixes the issue, I'll promote it to
a stable release.