Also, in the current bugzilla-watcher script, this regex fails to capture the case where new files are added: my @filearr = ($rest =~ /([\d\.]+,.*?,[\d\.]+)/g); eg the case where cvs passes: 'test NONE,test,1.1 NONE,test2,1.1'