Hi, I would like to create a list of modules that need compilations as opposed to those that are pure perl
Is checking for a file with .xs .c or .h extension in the distribution the correct thing to do? Is there a better way to collect this information or is it alrady available somewhere? In addition I would located modules that have dependecies that are not available on CPAN. (e.g. most of the DBD::* modules are such but DBD::SQLite is not such a module as it includes all the C code of SQLite) Gabor