<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">commit b7989a68f22ec2a10eb68c97e0c263805bfb5c37
Author: Slaven Rezic &lt;slaven@rezic.de&gt;
Date:   Sat Mar 10 17:15:38 2012 +0100

    * skip test, see https://rt.cpan.org/Ticket/Display.html?id=75336

diff --git a/Callback/t/04_rt_53914.t b/Callback/t/04_rt_53914.t
index d6dd0a4..2e95d6b 100755
--- a/Callback/t/04_rt_53914.t
+++ b/Callback/t/04_rt_53914.t
@@ -14,6 +14,7 @@ use Win32::API::Callback;
 
 #BEGIN { $Win32::API::DEBUG = 1; }
 
+plan skip_all =&gt; "See https://rt.cpan.org/Ticket/Display.html?id=75336"; exit;
 plan tests =&gt; 2;
 
 use_ok('Win32::API::Callback');
</pre></body></html>