Subject: | quotes in AUTHOR pod cause broken META.yml |
My pod includes this:
==================================
=head1 AUTHOR
Martin 'Kingpin' Thurn
==================================
If I call all_from, the META.yml that gets created includes the section:
==================================
author:
- 'Martin ''Kingpin' Thurn'
==================================
Note the odd number of quotes, never a good thing.
--
- - Martin 'Kingpin' Thurn