Subject: | Makefile does not test for compiler availability |
As already mentioned in
http://search.cpan.org/~timb/DBI-1.617/lib/DBI/PurePerl.pm#INSTALLATION
the Make3file should simply skip all xs code building if a compiler is
not available. A well working implementation for such a check can be
found here:
https://metacpan.org/source/ADAMK/List-MoreUtils-0.33/Makefile.PL#L81