From: Tony Cook Date: Tue, 10 Nov 2009 11:53:47 +0000 (+0000) Subject: document some undocumented Makefile.PL parameters X-Git-Tag: Imager-0.71~2 X-Git-Url: http://git.imager.perl.org/imager.git/commitdiff_plain/35a15603e6c6c8612c9c6a32860027fbf1c91af1 document some undocumented Makefile.PL parameters --- diff --git a/Makefile.PL b/Makefile.PL index 291a58c5..327c2a99 100644 --- a/Makefile.PL +++ b/Makefile.PL @@ -944,6 +944,12 @@ Other options: Add to the include search path --libpath dir Add to the library search path + --coverage + Build for coverage testing. + --assert + Build with assertions active. + --noexif + Disable EXIF parsing. EOS exit 1;