Makefile.PL: add message about custom parameters
authorTorsten Maehne <Torsten.Maehne@gmx.de>
Tue, 28 Aug 2012 07:51:47 +0000 (09:51 +0200)
committerPhilipp A. Hartmann <philipp.hartmann@offis.de>
Tue, 28 Aug 2012 16:49:08 +0000 (18:49 +0200)
commit36f88e909a8024b56db4439525cd005bcc88944d
tree0bc2ce8d6dcd584044852749af349d0f626be993
parent8b0bd69272cedefb77501b74bd4ad851c389eea9
Makefile.PL: add message about custom parameters

Since adding custom parameters to Makefile.PL scripts is not
transparently supported by MakeMaker, recent versions print a
note about unknown options given to the script.

Nevertheless, such parameters are handled correctly and are
passed through to a reinvocation in case of a changed Makefile.PL.
A message is printed to inform the user about this fact.

Signed-off-by: Philipp A. Hartmann <philipp.hartmann@offis.de>
Makefile.PL