Subject: | 'make test' removes Makefile, no 'make install' possible |
At the end of t/01.usage.t I find unlink('Makefile') which seems to
remove the Makefile we need to execute the 'make install'. When 'make
install' is called then, it says:
make[3]: Entering directory `/home/sand/.cpan/build/Proc-Exists-0.11-3gyYuM'
make[3]: *** No rule to make target `install'. Stop.
make[3]: Leaving directory `/home/sand/.cpan/build/Proc-Exists-0.11-3gyYuM'
Regards,