Hi!
On Tue, Jul 11, 2006 at 03:57:00AM -0700, Ask Bjoern Hansen wrote:
> It doesn't answer your question, but you should suggest to Graham to add
> the Change{s,Log} link to the regular feed.
The problem here is that people use very different names for
Changelog-Files
The current CPANTS-regex for changelogs
qr{^chang(es?|log)|history}
doesn't find a matching file in 1636 dists
(cpants.perl.org is down ATM due to a Catalyst-problem...)
And then there probably dozens of different styles for the content of
CHANGES
> One thing that'd be useful to have a small module for would be parsing
> the Changes files and show just the changes in the last version. It'd
> be a bit of work to make (does the file go backwards or forwards? How
> are the versions separated? etc etc), but it should be doable to get it
> to work for 90% of the CPAN distributions.
Such a module would indeed be great. I was toying with the idea of
writing a small script that compares new cpan uploads with stuff
installed at my machine(s) and reports new dists and what changed.
But I never got around writing it, as changes-parsing seems quite
futile.
--
#!/usr/bin/perl ... http://domm.zsi.at
for(ref bless{},just'another'perl'hacker){s-:+-$"-g&&print$_.$/}