I wanted to build an awesome place for people to discuss module specific issues, but I don't have any more time for this, and there are much better places to discuss Perl-related issues. I'd recommend asking your question on Stack Overflow or on Perl Monks.
If you are looking for a Perl tutorial or Perl-related news, I hope these links will serve you well.
Posted on 2007-04-01 10:15:15-07 by yaron in response to 4720
Re: mail notification unusable if web page compressed
Thanks, This is a problem. In my opinion, Monitor should not perform any data manipulation. From that reason the use of Text::Diff is wrong. Here is my suggestion: WWW::Monitor::Task will not be depended at all on Text::Diff. The data will be cached in its original state ( in this case compressed). Task class will be equiped with methods thatr will enable the caller to indentify the data and uncompress it. In this way The module will be able to even other types of data. Is this acceptable? Yaron Kahanovitch
Direct Responses: Write a response