To parse the
03modlist.data.gz
file that's found in CPAN distributions:
gzip -dc 03modlist.data.gz | perl -MData::Dumper -le '$/="\n\n";<>;$/=undef;eval<>;print Dumper $CPAN::Modulelist::data'