From 67936bd7de13713a38d11880f685f6187c408dc4 Mon Sep 17 00:00:00 2001 From: Adam Spiers Date: Mon, 9 Jul 2012 01:05:27 +0100 Subject: [PATCH] Fix RT ticket #75349 https://rt.cpan.org/Ticket/Display.html?id=75349 --- bin/stow.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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{.*/}{};