Subject: | install.t test may install to destination directory |
On my FreeBSD 8.0 system with perl 5.12.2 the install.t test seems to
install stuff into the "real" destination directory. Using single-
stepping in the debugger I identified the bad code line here:
main::(t/install.t:82): eval {$mb->dispatch('install', installdirs =>
'core', destdir => $destdir)};
After that, there's an additional blib directory next to bin, lib, and
man:
$ ls -al /home/cpansand/var/ctps/mb03617/install/perl-5.12.2-2
total 14
drwxr-xr-x 6 cpansand cpansand 512 15 Nov 21:04 ./
drwxr-xr-x 4 cpansand cpansand 512 13 Nov 21:56 ../
drwxr-xr-x 2 cpansand cpansand 1024 13 Nov 21:59 bin/
drwxrwxr-x 5 cpansand cpansand 512 15 Nov 21:04 blib/
drwxr-xr-x 4 cpansand cpansand 512 13 Nov 21:56 lib/
drwxr-xr-x 4 cpansand cpansand 512 13 Nov 21:57 man/
The contents of this blib directory look as if the whole lib directory
is duplicated.
My test report probably did not arrive yet in the metabase database, but
here's another test report showing the same failure:
http://www.cpantesters.org/cpan/report/d4c30280-e34d-11df-99fd-
2f30adc8c11d
Regards,
Slaven