Add Config::header_files() to list the header dependencies for XS code.
authorNicholas Clark <nick@ccl4.org>
Sat, 19 Feb 2011 14:58:36 +0000 (14:58 +0000)
committerNicholas Clark <nick@ccl4.org>
Sat, 19 Feb 2011 14:58:36 +0000 (14:58 +0000)
commit1f0fc1c94b0da3182a0963953d7c62e0b6a20afe
treed33c4f7ed640fef665916850bf23a04fe621c0bd
parentac2c13e80f4a2afce325daa310dd1d247110403b
Add Config::header_files() to list the header dependencies for XS code.

Currently ExtUtils::MM_{Unix,VMS} contain hard-coded lists, which omit some
headers, and include other headers that we would like to like to eliminate.
Having the Perl installation providing the canonical list for itself allows
us to avoid the these problems.
configpm