in reply to Finding DLSIP for Any Module
CPANPLUS gives an API to obtain this information:
use CPANPLUS::Backend; use strict; + my $cpan = CPANPLUS::Backend->new(); + my $mod = $cpan->module_tree('Term::Cap'); + print $mod->dslip(); [download]
/J\