Subject: | ook example scripts installed with make install (fix included) |
Hi Jarkko,
I've found a very minor bug with Acme::Ook, and thought it best I report
it for completeness.
ExtUtils::MakeMaker considers all the ook/ example scripts to be part of
the module, and copies them into the system lib/ dir at install time.
While this doesn't hurt, it results in more clutter.
Adding:
PMLIBDIRS => ['lib'],
to the Makefile.PL solves this.
Cheerio,
Paul