HomeSoftware Heritage

cpan: Do not parse intrinsic metadata for getting module author

Description

cpan: Do not parse intrinsic metadata for getting module author

Parsing perl module metadata files trigger a lot of errors due to badly
formatted JSON or YAML and module author info is already provided by
the cpan lister as extra loader arguments so remove that no longer
needed metadata parsing step.

Related to T2833