From: Jerry D. Hedden Date: Mon, 24 Sep 2007 20:39:44 +0000 (-0400) Subject: $^E is not Win32::GetLastError under Cygwin X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=869efde7048cf4e4bafcc463f8d4209a63e0d41a;p=p5sagit%2Fp5-mst-13.2.git $^E is not Win32::GetLastError under Cygwin From: "Jerry D. Hedden" Message-ID: <1ff86f510709241739q62b4f2eaycf13cb9956f8fab3@mail.gmail.com> p4raw-id: //depot/perl@31957 --- diff --git a/ext/Win32CORE/t/win32core.t b/ext/Win32CORE/t/win32core.t index b145de5..95db1f1 100644 --- a/ext/Win32CORE/t/win32core.t +++ b/ext/Win32CORE/t/win32core.t @@ -11,7 +11,7 @@ BEGIN { } if ($^O eq 'cygwin') { - plan skip_all => '$^E not functional under Cygwin'; + plan skip_all => '$^E is not Win32::GetLastError() under Cygwin'; } else { plan tests => 4; }