You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Line 76 in Mojo::File::list_tree says "delete $all{$$self}"; this does not work on Win32 because keys in %all are paths in "foo/bar" syntax, while $$self is in "foo\bar" syntax.
Subtest 'list/list_tree' in file.t fails for this reason.
I did not propose a patch because I'm not sure where would be the proper place to make sure that all paths use the same, canonical syntax.
The text was updated successfully, but these errors were encountered:
Line 76 in Mojo::File::list_tree says "delete$all{$ $self}"; this does not work on Win32 because keys in %all are paths in "foo/bar" syntax, while $$self is in "foo\bar" syntax.
Subtest 'list/list_tree' in file.t fails for this reason.
I did not propose a patch because I'm not sure where would be the proper place to make sure that all paths use the same, canonical syntax.
The text was updated successfully, but these errors were encountered: