Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix for handling changes in File::Find 1.41 on win
In a relatively recent update to File::Find (which was included in the Perl 5.38 release) a change was made to how the windows directory separator ('\') is handled and to convert this within File::Find to '/' to make it consistent: Perl/perl5@414f14d This then causes tests to fail in Mojo::File with Perl 5.38 on Windows.
- Loading branch information