NOTE: use Perl; is on undef hiatus. You can read content, but you can't post it. More info will be forthcoming forthcomingly.
All the Perl that's Practical to Extract and Report
Stories, comments, journals, and other submissions on use Perl; are Copyright 1998-2006, their respective owners.
Re: Tagging CPAN changes (Score:1)
I'd like an RSS feed (or whatnot) that keeps me up to date on changes to modules on my watchlist (likely, modules I have installed or I have as a prerequisite to my releases), so a machine parser for Changes files is something I'm interested in. I'm definitively in the "free format text file" camp. I'm not really against POD, but I'm against human-unreadable formats like RDF, because IMO the Changes file is still mostly for humans to consume and mostly written by humans too. At least my releases "should" be
Re: (Score:2)
Re: (Score:2)
Re: (Score:2)
Having a new site to tag each release of CPAN modules. The app by default automatically runs some ad-hoc regular expressions to extract changes like
The site also works with PAUSE/BitCard authentication so anyone with these IDs can tag releases. In that case we display the tag as "human tags" in a black color.
Finally, if the user is authenticated as an
Re: (Score:1)
Changes.yml (Score:1)
I'd also like a machine-readable Changes file.
There's been talk [perl.org] about a Changes.yml, or maybe Changes (which has no defined format anyway) could be in YAML itself.
The obvious question is which YAML schema to use.
Re: (Score:2)
Well, even though machine readable Changes file is definitely a good step, it still won't fix this exact problem, since even if you use YAML as a format, the content of the changes file (discussed in the link) is still a free text.
Re: (Score:1)
RDF is a superior format (Score:1)
The use of RDF as a change format has numerous benefits. A large amount of work has already put into constructing metadata vocabularies in it, which saves us from reinventing a big wheel with some crufty format based on YAML (as acme pointed out [perl.org], YAML is a failed format). RDF is also expressable in diff
Re: (Score:2)
I'm also interested in the way microformats solve the RFC pain in XHTML, so that they use a rough standard in CSS class names or link@rel etc. so that we can automatically translate these XHTML into RDF later. Can we take a similar approach to that?
Requirement changes (Score:1)
Re: (Score:2)
Re: (Score:1)
Re: (Score:2)
Module-Changes (Score:1)
Re: (Score:2)