<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">--- Build.PL.orig	2008-05-27 15:35:11.000000000 -0500
+++ Build.PL	2018-06-10 13:33:55.000000000 -0500
@@ -13,8 +13,7 @@
 	       },
      xs_files =&gt; { 'Detector.xs' =&gt; 'lib/Encode/Detect/Detector.xs' },
      dist_version_from =&gt; 'Detect.pm',
-     extra_compiler_flags =&gt; ['-x', 'c++', '-Iinclude'],
-     extra_linker_flags =&gt; ['-lstdc++'],
+     extra_compiler_flags =&gt; ['-Iinclude'],
     );
 $build-&gt;create_build_script;
 
</pre></body></html>