diff options
author | root <root> | 2013-01-22 03:53:01 +0000 |
---|---|---|
committer | root <root> | 2013-01-22 03:53:01 +0000 |
commit | bf216f9afc4bcd2973505bb53eec8e7f12baa2e4 (patch) | |
tree | d4b3e004741421b7df1325e683d5357c19bfce27 | |
parent | 7a9ec73dce4bac7ea2c12609bf3581327de4c601 (diff) |
*** empty log message ***
-rw-r--r-- | ev.pod | 5 |
1 files changed, 3 insertions, 2 deletions
@@ -2608,8 +2608,9 @@ its completion. This watches a file system path for attribute changes. That is, it calls C<stat> on that path in regular intervals (or when the OS says it changed) -and sees if it changed compared to the last time, invoking the callback if -it did. +and sees if it changed compared to the last time, invoking the callback +if it did. Starting the watcher C<stat>'s the file, so only changes that +happen after the watcher has been started will be reported. The path does not need to exist: changing from "path exists" to "path does not exist" is a status change like any other. The condition "path does not |