Subject: | breaks on files with spaces in their names |
I accidentally ran prove before renaming a "Copy of foo.t" file on a Win32 workstation. prove failed that test, noting 't\util\Copy of test....Can't open perl script "t\util\Copy": No such file or directory'
Possibly there's a split on space going on? Spaces in filenames are evil, but they should probably be handled more gracefully.