Subject: | Fails with Build.PL, passes with Makefile.PL |
The supplied Build.PL does not seem to work. A sample CPAN.pm session:
...
(/bbbike/perl-5.10.1/bin/perl Build.PL exited with 0)
CPAN::Reporter: Build.PL result is 'pass', No errors.
CORNELIS/Data-Utilities-0.04.tar.gz
/bbbike/perl-5.10.1/bin/perl Build.PL -- OK
Running Build for C/CO/CORNELIS/Data-Utilities-0.04.tar.gz
CPAN: Module::CoreList loaded ok (v5.20150220)
Alert: no Build file available for 'make ' in cwd[/tmpfs/.cpan-build/Data-Utilities-0.04-k8FcjP]. Danger, Will Robinson!
(./Build exited with -1)
CPAN::Reporter: couldn't execute './Build'
CPAN::Reporter: had errors capturing exit value and output. Tests abandoned CORNELIS/Data-Utilities-0.04.tar.gz
./Build -- OK
Running Build test
Alert: no 'Build' file found while trying to test 'CORNELIS/Data-Utilities-0.04.tar.gz'(./Build test exited with -1)
CPAN::Reporter: couldn't execute './Build test'
CPAN::Reporter: had errors capturing exit value and output. Tests abandoned CORNELIS/Data-Utilities-0.04.tar.gz
./Build test -- NOT OK
Building with the supplied Makefile.PL seems to be fine. Probably it's best to remove the Build.PL completely.