Subject: | Need PL_FILES => {} entry in Makefile.PL to ignore Build.PL |
The generated Makefile from Makefile.PL has the following:
all :: Build
$(NOECHO) $(NOOP)
Build :: Build.PL
$(PERLRUNINST) Build.PL Build
To avoid this, add a "PL_FILES => {}" line to Makefile.PL