As a result of this, the following ends up in the distribution's META.yml file:
"author" : [
"$author = $wm->author;"
],
Minilla (or something Minilla uses) seems a bit too lax with POD-parsing here. Perhaps it should extract meaning only from =head1 AUTHOR, and not any heading named "author" with any casing?
I have a module that offers an object method
author()
, so its POD has a section that looks like this:As a result of this, the following ends up in the distribution's META.yml file:
Minilla (or something Minilla uses) seems a bit too lax with POD-parsing here. Perhaps it should extract meaning only from
=head1 AUTHOR
, and not any heading named "author" with any casing?