K 10 svn:author V 10 luisfmunoz K 8 svn:date V 27 2011-05-12T23:18:03.360919Z K 7 svn:log V 463 2011-05-12 Luis Fernando Muñoz Mejías * Release: 1.9.0 - Add NoAction to Object and stringify to File* Process and File* will not do anything if NoAction is present. The name is probably not optimal, but it's consistent with what we find in NCM::Components. Also, it's possible to get the contents of a FileWriter or FileEditor as if it was a string, and check if it contains some pattern just by doing $fh =~ m{regexp}; END