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
* standard way to declare encoding
* a table of contents
* formatting for section body text
* and much more - http://perldoc.perl.org/perlpod.html
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.
While CPAN::Changes doesn't support pod I'm unlikely to use it.