use CPANPLUS::Backend; use strict; my $cpan = CPANPLUS::Backend->new(); my $mod = $cpan->module_tree('Term::Cap'); print $mod->dslip();