After a gross reorganisation of one of my software projects, I run into the following problem:
% perl Build.PL Deleting _build Creating custom builder _build/lib/MyModuleBuilder.pm in _build/lib Checking whether your kit is complete... WARNING: the following files are missing in your kit: doc/html/bookings/bank.html doc/html/bookings/btw.html ... % ls -l doc/html/bookings/*.html -rw-r--r-- 1 jv 12436 Jul 8 23:01 doc/html/bookings/bank.html -rw-r--r-- 1 jv 6992 Jun 2 11:31 doc/html/bookings/btw.html ... However: % ls -l doc lrwxrwxrwx 1 jv jv 14 Sep 28 12:25 html -> ../../doc/html/ Could this be the cause of this problem? If so, why? What can I do? -- Johan