Make stow script return true for t/stow.t

According to http://matrix.cpantesters.org/?dist=Stow
this only seems to be an issue with Perl <= 5.8.7.
This commit is contained in:
Adam Spiers 2011-12-11 13:23:37 +00:00
parent 1f35c6c94f
commit d3847e951a

View file

@ -633,6 +633,7 @@ sub version {
exit 0; exit 0;
} }
1; # This file is required by t/stow.t
# Local variables: # Local variables:
# mode: perl # mode: perl