Pod-Functions requires that Pod-Escapes be built to build
authorTony Cook <tony@develop-help.com>
Fri, 3 Aug 2012 13:33:10 +0000 (23:33 +1000)
committerTony Cook <tony@develop-help.com>
Fri, 3 Aug 2012 13:33:10 +0000 (23:33 +1000)
commit635c61269cc04179494de99f235b95556c05902d
tree56eeca2e31f9e7b850e690fe7de3636f72248667
parent38ab64ac881571a458ca1766a1b81fdec687b76b
Pod-Functions requires that Pod-Escapes be built to build

Discovered doing a parallel build on OpenBSD, reproducible elsewhere
with:

  ./Configure ... && make ext/Pod-Functions/pm_to_blib

While Pod-Escapes is a dependency of Pod-Simple, the Pod-Simple build
process doesn't require that Pod-Escapes already be built, while the
Pod-Functions build process does.
Makefile.SH