Loading lib/File/StripNondeterminism.pm +1 −1 Original line number Diff line number Diff line Loading @@ -111,7 +111,7 @@ sub get_normalizer_for_file($) { } # pyzip - check last due to call to file(1) if (_get_file_type($_) =~ m/python3 script executable \(binary data\)/) { if (_get_file_type($_) =~ m/python3 script executable \((Zip archive|binary data)\)/) { my $handler = _handler('pyzip'); return $handler if File::StripNondeterminism::handlers::pyzip::is_pyzip_file($_); Loading Loading
lib/File/StripNondeterminism.pm +1 −1 Original line number Diff line number Diff line Loading @@ -111,7 +111,7 @@ sub get_normalizer_for_file($) { } # pyzip - check last due to call to file(1) if (_get_file_type($_) =~ m/python3 script executable \(binary data\)/) { if (_get_file_type($_) =~ m/python3 script executable \((Zip archive|binary data)\)/) { my $handler = _handler('pyzip'); return $handler if File::StripNondeterminism::handlers::pyzip::is_pyzip_file($_); Loading