We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0ab656e commit d10b608Copy full SHA for d10b608
lib/Mojo/File.pm
@@ -63,7 +63,7 @@ sub list_tree {
63
64
# The File::Find documentation lies, this is needed for CIFS
65
local $File::Find::dont_use_nlink = 1 if $options->{dont_use_nlink};
66
-
+
67
my $path = $^O eq 'MSWin32' ? $$self =~ s!\\!/!gr : $$self;
68
my %all;
69
my $wanted = sub {
0 commit comments