]> git.imager.perl.org - imager.git/commit - Makefile.PL
Revert the ivdformat probing
authorTony Cook <tony@develop-help.com>
Fri, 15 Apr 2016 23:35:13 +0000 (09:35 +1000)
committerTony Cook <tony@develop-help.com>
Fri, 15 Apr 2016 23:36:10 +0000 (09:36 +1000)
commit9318b8f1a5f7e80b1dcd241710f5b5339f08b25f
tree1ee95c6f9a828ce0b90f612de528f28dd458b08d
parent6f1cbfedd211c64b2e6b7b140fd17efddf51068d
Revert the ivdformat probing

Devel::CheckLib isn't really capable of probing standard library
functions - it wants a library name to probe for and the standard
library functions aren't always loaded from something called
"libc.ext".

Due to the structure of Devel::CheckLib if you don't provide a library
name to probe for the running code checks are skipped entirely,
passing by default.

So remove this for now.

I have a work-in-progress branch with a modified Devel::CheckLib, but
since I push Devel::CheckLib changes out to the JPEG, TIFF, etc dists
it would mean meaningless new releases for those too.  Meaningless
because the changes to D::CL would have no effect on them beyond a
version bump.
Makefile.PL