I'm actually working on that. The upload notification is an automated step triggered by a procmail recipe, using the SOAP interface to u.p.o. I have been working on a good XML dialect for changelogs, so that the notifier tool can fetch the change-items that map to the release number in the PAUSE mailing.
I'm almost done with the XML modeling (and conversion of existing ChangeLog files into XML), but I wanted to get this out because of a missing binmode() on a filehandle used for base64 data.
Changes (Score:2)
Re:Changes (Score:2)
I'm actually working on that. The upload notification is an automated step triggered by a procmail recipe, using the SOAP interface to u.p.o. I have been working on a good XML dialect for changelogs, so that the notifier tool can fetch the change-items that map to the release number in the PAUSE mailing.
I'm almost done with the XML modeling (and conversion of existing ChangeLog files into XML), but I wanted to get this out because of a missing binmode() on a filehandle used for base64 data.
--rjray