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.
Some comments ... (Score:2)
Any thoughts on how to deal with long text for any entry? I suggest that if a line starts with whitespace, it is assumed to be a continuation of the previous line:
-: removed the dependency on Foo::Bar, which fails its tests on some platforms.It is now optional, and without it frobnitz() won't work.
(see RT ticket 12345).
I suppose some way of linking each change to a ticket (and of course specifying where the ticket is - rt.cpan? code.google?) and a CVS commit would be nice too, although it should be optional as most people aren't that anal.
Reply to This
Re: (Score:1)
That'd be the part of the spec that says "A line beginning with \s+ is interpreted as the continuation of the preceding line" :-)
Re your other points, I liked the single letters more too but people were keen on the whole word versions. I'll let them respond...
I thought of maybe inventing a format for specifying bugtracker URLs but then it was getting a bit too complicated to merit the "simpli
Re: (Score:2)
Re: (Score:2)
However, it does uncover a missing part of the changelog spec: a keyword for changes that are neither bugfixes nor incompatible, like backend changes (removed dependencies) and performance optimizations. I suggest "change" because it is nicely neutral. (I was thinking of "improvement" first, but it is too long and internals changes can be done for other reasons too.)
Re: (Score:1)