Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/neilb/cpan-changes-file
Format description and prototype (read: lash-up) parser for CPAN Changes file
https://github.com/neilb/cpan-changes-file
Last synced: 18 days ago
JSON representation
Format description and prototype (read: lash-up) parser for CPAN Changes file
- Host: GitHub
- URL: https://github.com/neilb/cpan-changes-file
- Owner: neilb
- Created: 2014-03-17T22:53:40.000Z (almost 11 years ago)
- Default Branch: master
- Last Pushed: 2014-03-19T12:17:28.000Z (almost 11 years ago)
- Last Synced: 2024-11-06T00:45:21.165Z (2 months ago)
- Language: Perl
- Size: 125 KB
- Stars: 0
- Watchers: 4
- Forks: 0
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# CPAN Changes File
This is a proposed spec for CPAN Changes files, and a lash-up parser.
HAARG has been working on a parser, and without even seeing it, I suspect
that his may will be what we go forward with, assuming we can't work out
a way to support this within the existing CPAN::Changes module.## Prototype parser
The lib/ directory contains an incomplete prototype parser for the spec.
It can handle single level bullets and only handles dates as YYYY-MM-DD.I'm just using the parser to test the sensibility of the spec,
and evolve ideas for the API.There's a script bin/changes2html which shows how the parser is used.