In perl.git, the branch blead has been updated

<http://perl5.git.perl.org/perl.git/commitdiff/d4c22fec77d7244882ce42a93a4ad25bdada2519?hp=632a17729efb9655763f2655b792586f90c0cc9d>

- Log -----------------------------------------------------------------
commit d4c22fec77d7244882ce42a93a4ad25bdada2519
Author: Sisyphus <[email protected]>
Date:   Wed Oct 14 06:58:49 2009 -0400

    Patch t/win32/system.t for mingw32/64
-----------------------------------------------------------------------

Summary of changes:
 t/win32/system.t |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/t/win32/system.t b/t/win32/system.t
index 1ed5fe9..324035b 100644
--- a/t/win32/system.t
+++ b/t/win32/system.t
@@ -113,7 +113,7 @@ if (open(my $EIN, "$cwd/win32/${exename}_exe.uu")) {
 }
 else {
     my $minus_o = '';
-    if ($Config{cc} =~ /^gcc/i)
+    if ($Config{cc} =~ /\bgcc/i)
      {
       $minus_o = "-o $exename.exe";
      }

--
Perl5 Master Repository

Reply via email to