-
# Synopisis: following error while installing any perl package with CPAN
-
# Looks good
-
# Writing Makefile for Package
-
# — NOT OK
-
# Running make test
-
# Can’t test without successful make
-
# Running make install
-
# make had returned bad status, install seems impossible
-
# Solution: set make to /usr/bin/make in CPAN configuration
-
$ cpan
-
cpan> o conf make /usr/bin/make