From 1517384e53d97adc8950ec18a7e04ff0d07f3bf3 Mon Sep 17 00:00:00 2001 From: Adam Spiers Date: Sun, 19 Feb 2012 11:54:53 +0000 Subject: [PATCH] Improve docs for path_owned_by_package() --- lib/Stow.pm.in | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/lib/Stow.pm.in b/lib/Stow.pm.in index 101a422..fc24f4f 100755 --- a/lib/Stow.pm.in +++ b/lib/Stow.pm.in @@ -881,7 +881,9 @@ sub path_owned_by_package { # : might not exist yet due to two-phase approach, # : so we can't just call readlink()) # Returns : ($path, $stow_path, $package) where $path and $stow_path are -# : relative from the current (i.e. target) directory +# : relative from the current (i.e. target) directory. $path +# : is the full relative path, $stow_path is the relative path +# : to the stow directory, and $package is the name of the package. # : or ('', '', '') if link is not owned by stow # Throws : n/a # Comments : Needs