Perl, PostgreSQL hacker; US politics junkie; Webapp developer; Portvangelist; profane iconoclast.
On CPAN see: DWHEELER [cpan.org].
It is my pleasure to announce the release of the activitymail 1.10, available shortly from your nearest CPAN mirror.
This is a major upgrade to my little CVS notification program, but I think I got all of your requests in there (although some of the options have changed, and the code you might have sent me most certainly has changed!) Here's what you can look forward to as soon as your CPAN mirror syncs:
Enjoy!
--David
Bug? (Score:1)
306c306
< print SENDMAIL "\n$$body";
---
> print SENDMAIL "\n$body";
and now it runs ok...
Re:Bug? (Score:2)
David