Subject: | Does not support POD formatting for section headings |
Compare the rendering of these two:
https://metacpan.org/changes/distribution/DBIx-Class
https://metacpan.org/changes/distribution/DBI
Using pod gives us:
* formatted headers
* ability to link to a header
* cross-reference links
* a table of contents
* formatting for section body text
* and much more
I'm strongly of the opinion that CPAN::Changes::Spec should at least support POD and ideally be layered over POD so POD can provide a document object model for Changes.
Backwards compatibility could be supported by translating files in the old format into pod as it's read.