Tony Cook [Fri, 12 Jan 2007 11:27:38 +0000 (11:27 +0000)]
- avoid some Makefile.PL warnings
- use Imager in Makefile.PL since I'd prefer to error on that
rather than Imager::ExtUtils
- work around Debian strangeness
Tony Cook [Fri, 12 Jan 2007 10:40:51 +0000 (10:40 +0000)]
- Makefile.PL was checking /usr/X11R6 for headers instead of
/usr/X11R6/include
- add header directories as -I flags if we find a header in
them
- avoid duplicate -L flags
Tony Cook [Tue, 2 Jan 2007 11:12:53 +0000 (11:12 +0000)]
various distribution fixes:
- README was missing from the dist, add it in
- exclude build junk from the MANIFEST
- added a test to make our MANIFEST is complete
- sort the MANIFEST case-insensitively, since EU::Manifest::mkmanifest
likes it that way