summaryrefslogtreecommitdiff
path: root/bin
diff options
context:
space:
mode:
authorAdam Spiers <stow@adamspiers.org>2011-12-11 13:23:37 +0000
committerAdam Spiers <stow@adamspiers.org>2011-12-11 13:23:37 +0000
commitd3847e951a0adaa6dca5004882cff8ba2ac32ead (patch)
tree5a84bc3cc63ae758e1e2c0f7aed773f4c9b78ef6 /bin
parent1f35c6c94f198ea855d21f984ab77c8a3ddf83dd (diff)
downloadstow-d3847e951a0adaa6dca5004882cff8ba2ac32ead.tar.gz
Make stow script return true for t/stow.tv2.1.2
According to http://matrix.cpantesters.org/?dist=Stow this only seems to be an issue with Perl <= 5.8.7.
Diffstat (limited to 'bin')
-rwxr-xr-xbin/stow.in1
1 files changed, 1 insertions, 0 deletions
diff --git a/bin/stow.in b/bin/stow.in
index 6198d9a..2659129 100755
--- a/bin/stow.in
+++ b/bin/stow.in
@@ -633,6 +633,7 @@ sub version {
exit 0;
}
+1; # This file is required by t/stow.t
# Local variables:
# mode: perl