Subject: | Typo in POD |
In the Description section of the documentation, it says "...test_via_harness target in the Makefiel"
s/Makefiel/Makefile/
(unless of course this is just to make sure one is paying attention).
A suitable patch might be something like
perl -i.bak -ple 's/(test_via_harness target in the )Makefiel/${1}Makefile/'