diff options
author | Adam Spiers <stow@adamspiers.org> | 2012-07-09 01:05:27 +0100 |
---|---|---|
committer | Adam Spiers <stow@adamspiers.org> | 2012-07-09 01:05:27 +0100 |
commit | 67936bd7de13713a38d11880f685f6187c408dc4 (patch) | |
tree | 3fde6b9209955cb4d6ca48c425ca51451cb07b46 | |
parent | db7819dbf217c351527348c578ddf5be05333484 (diff) | |
download | stow-67936bd7de13713a38d11880f685f6187c408dc4.tar.gz |
Fix RT ticket #75349
https://rt.cpan.org/Ticket/Display.html?id=75349
-rwxr-xr-x | bin/stow.in | 2 |
1 files changed, 1 insertions, 1 deletions
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{.*/}{}; |