--- Urlader/Urlader.pm 2012/02/06 21:57:48 1.7 +++ Urlader/Urlader.pm 2012/06/17 12:56:16 1.9 @@ -198,7 +198,7 @@ use common::sense; BEGIN { - our $VERSION = '0.2'; + our $VERSION = '1.0'; use XSLoader; XSLoader::load __PACKAGE__, $VERSION; @@ -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