--- Urlader/Urlader.pm 2012/02/06 22:09:40 1.8 +++ Urlader/Urlader.pm 2012/06/17 12:56:16 1.9 @@ -256,14 +256,14 @@ is true, then it will wait until the lock can be acquired, otherwise it only attempts to acquire it and returns immediately if it can't. -If successful it returns a lock object - the lock will be given up -when the lock object is destroyed. +If successful it returns a lock object - the lock will be given up when +the lock object is destroyed or when the process exits (even on a crash) +and has a good chance of working on network drives as well. If the lock could not be acquired, C is returned. -This function will probably go awway in the future, but is provided to -assist applications that want to clean up old versions, see "TIPS AND -TRICKS", below. +This function is provided to assist applications that want to clean up old +versions, see "TIPS AND TRICKS", below. =cut