From 381fd71155120df515eef1df1ca8bccb90b12eda Mon Sep 17 00:00:00 2001 From: Adam Spiers Date: Mon, 1 Apr 2024 21:48:33 +0100 Subject: [PATCH] remove or rename XXX Remove old XXX FIXMEs which tell us nothing useful and may not be relevant any more. Also rename another XXX to an industry-standard FIXME. --- lib/Stow.pm.in | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/lib/Stow.pm.in b/lib/Stow.pm.in index 4b89b80..d1ea59a 100755 --- a/lib/Stow.pm.in +++ b/lib/Stow.pm.in @@ -528,7 +528,7 @@ sub stow_node { $package, "existing target is not owned by stow: $target_subpath" ); - return; # XXX # + return; } # Does the existing $target_subpath actually point to anything? @@ -834,7 +834,7 @@ sub unstow_link_node { if ($link_dest =~ m{\A/}) { warn "Ignoring an absolute symlink: $target_subpath => $link_dest\n"; - return; # XXX # + return; } # Does it point to a node under any stow directory? @@ -881,7 +881,7 @@ sub unstow_valid_link { $self->do_unlink($target_subpath); } - # XXX we quietly ignore links that are stowed to a different + # FIXME: we quietly ignore links that are stowed to a different # package. #elsif (defer($target_subpath)) {