A brief follow-up: after manually hacking the C test out in install it works and installs fine.
How about an installable flag in the registration process that defaults
to 0:
sub register {
return {
language => 'Pdlpp',
aliases => ['pdlpp','PDLPP'],
type => 'compiled',
suffix => $Config{dlext},
installable => 1,
};
}
Only those languages whose installation can be handled correctly by
Inline would set this. Fairly simple patches to Inline::C and Inline
could achieve this behaviour.
Christian
