Quoth ch.l.n...@online.de (Ch Lamprecht):
> 
> there is a bug in Module::ScanDeps which causes {type} to be set to 'data' 
> instead of 'autoload' in some cases - and changing if the same file is 
> scanned 
> more than once.
> I attach a patch to fix this and a testfile. With the patch *.bs files are 
> always reported as 'autoload' - is that correct?

Probably not. The .bs files are not part of the AutoLoader mechanism,
they are run by DynaLoader when loading a .so. I would say they should
be 'share', but possibly they should be 'data'. Things like
Config_heavy.pl are 'data', and these .bs files are the same sort of
thing.

Ben

Reply via email to