[EMAIL PROTECTED] (via RT) wrote:
> When calling File::Path::mkpath and one of the mkdir fails, the
> functions checks if the directory was not created by other process.
> The problem is the check resets $! and so there is no way how the
> caller may find out the reason ($@ contains only locale specific
> message).
> The solution is attached bellow.

Thanks, applied to the development sources of perl as change #25362.

Reply via email to