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). |
||
|---|---|---|
| .. | ||
| chkstow.t | ||
| cleanup_invalid_links.t | ||
| defer.t | ||
| examples.t | ||
| find_stowed_path.t | ||
| foldable.t | ||
| ignore.t | ||
| join_paths.t | ||
| parent.t | ||
| stow.t | ||
| stow_contents.t | ||
| testutil.pm | ||
| unstow_contents.t | ||
| unstow_contents_orig.t | ||