Adam Spiers
d3847e951a
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.
2011-12-11 13:23:37 +00:00
Adam Spiers
195c80e9d7
Significantly improve the handling of --with-pmdir.
2011-12-07 20:48:50 +00:00
Adam Spiers
8817815059
Make capitalisation consistent in usage text.
2011-12-07 20:31:20 +00:00
Adam Spiers
bc661ae77b
Add bug-reporting email address and a couple of URLs to usage text
...
to comply with GNU Coding Standards for --help option.
2011-12-06 16:26:29 +00:00
Adam Spiers
4d6c23600b
Fix corner case where only -d is specified as a single directory.
2011-12-01 16:23:04 +00:00
Adam Spiers
1f41616b12
Tidy up chkstow code and documentation.
2011-11-26 16:34:57 +00:00
Adam Spiers
bcac91d68a
Remove quote stripping code.
...
I'm guessing it was added due to a misunderstanding of how shell
quoting works. When you invoke
stow --ignore=".#.*" ...
the shell strips out the quotes before the Perl process ever sees them.
I can't imagine any sensible scenario in which you would need to invoke
stow --ignore='"foo"'
but if the user has a filename containing quotes at the beginning and
end, they can now choose to ignore it (prior to this patch, they couldn't).
2011-11-26 16:34:57 +00:00
Adam Spiers
3d414dc071
Improve conflict reporting
2011-11-26 16:34:57 +00:00
Adam Spiers
55d3f05cf2
Ditch obsolete --conflicts option and update misleading documentation.
2011-11-26 16:34:57 +00:00
Adam Spiers
0db112441f
Strip superfluous quotes from $hash{'lookups'}
2011-11-26 16:34:54 +00:00
Adam Spiers
a7262a98bc
Avoid use of map in void context
2011-11-26 15:10:28 +00:00
Adam Spiers
a84ba4c16d
Convert man page to POD format which is easier to maintain within stow.in.
2011-11-26 15:10:27 +00:00
Adam Spiers
58625800ee
Reorganise more files into subdirectories and add CPAN support via Module::Build
2011-11-26 15:10:26 +00:00