Skip Menu |

This queue is for tickets about the Test-Continuous CPAN distribution.

Report information
The Basics
Id: 74670
Status: resolved
Worked: 10 min
Priority: 0/
Queue: Test-Continuous

People
Owner: Nobody in particular
Requestors: TMUELLER [...] cpan.org
Cc:
AdminCc:

Bug Information
Severity: (no value)
Broken in: (no value)
Fixed in: (no value)



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
Done :) 0.73 is released specifically for this (not much feature requests recently.) 0.73 also ignore a lot more boring files according to the ignore lists in App::Ack.