Subject: | Makefile.PL writes no Makefile |
This is what I see in your Math-Vec distro:
$ perl Makefile.PL
# running Build.PL
/usr/local/perl-5.8.7/bin/perl Build.PL
Checking whether your kit is complete...
Looks good
Checking prerequisites...
Looks good
Deleting Build
Removed previous script 'Build'
Creating new 'Build' script for 'Math-Vec' version '0.04'
$ ls Makefile
ls: Makefile: No such file or directory
Can you explain why there is no Makefile after 'perl Makefile.PL'?
This looks very broken to me. I do not expect that you support
MakeMaker, but if there is a Makefile.PL it should certainly produce a
Makefile. WDYT?