Hello, after reading (in) Inline.pm, I suggest this patch to Inline::glue():
$Inline::Configs{$o->{INLINE}{md5}}=$o->{CONFIG}; This stores all configurations in a package hash, making configuration data available at runtime. ILSMs know the checksum as well and can prepare their results as necessary. Jochen