You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Since on Unix platforms Path::Class::File::copy_to uses system() to run cp handling (or even logging) copy errors is impossible in my daemon: The cp writes it's error messages to a stderr that has been closed long ago...