diff --git a/bin/stow.in b/bin/stow.in index e8fa64b..5263fe8 100755 --- a/bin/stow.in +++ b/bin/stow.in @@ -416,7 +416,7 @@ use Getopt::Long; @USE_LIB_PMDIR@ use Stow; -use Stow::Util qw(parent); +use Stow::Util qw(parent error); my $ProgramName = $0; $ProgramName =~ s{.*/}{};