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:
parent
1f35c6c94f
commit
d3847e951a
1 changed files with 1 additions and 0 deletions
|
@ -633,6 +633,7 @@ sub version {
|
|||
exit 0;
|
||||
}
|
||||
|
||||
1; # This file is required by t/stow.t
|
||||
|
||||
# Local variables:
|
||||
# mode: perl
|
||||
|
|
Loading…
Reference in a new issue