Subject: | Add Komodo Support |
Hi,
I like Test::Continuous very much for its simplicity. Simply run it, and
it does its job.
There is only a small Problem, I am having. I am using Komodo Edit,
which performs syntax checking in the background. Whenever the syntax is
checked, the "<projectname>.komodoproject" file is changed.
File::ChangeNotify picks up that change and prove is run. Problem is
now, that syntax checking is performed quite often and autoprove is
running prove again and again.
Could you be so kind to exclude qr/\.komodoproject$/ when instantiating
File::ChangeNotify?
Thanks in advance,
Thomas