If you have a look at the FAIL report you will see:
cygwin-thread-multi-64int
which might explain a few things..

Update: if the scalar is 4 bytes long

Also in the FAIL report is: ivsize=8

Update2: I tried to install your module on 64-bit Windows. First it failed because you are using Build, and that failed calling Probe::Perl, which is not in the dependency list. Using cpanp hung, so I tried cpan and install, that failed because Build tried to call 'make', and it should be 'nmake'. So I tried again manually now that Build had been installed. The README file said to type "Build make" but that said "No action 'make' defined". So I tried "Build test" and that failed trying to load bufferoverflowU.lib - which is a well-known issue on Windows. Normally I would edit the Makefile, but Build is not creating one. At that point I gave up.

In reply to Re: CPAN test problem by cdarke
in thread CPAN test problem by cmac

Title:
Use:  <p> text here (a paragraph) </p>
and:  <code> code here </code>
to format your post, it's "PerlMonks-approved HTML":



  • Posts are HTML formatted. Put <p> </p> tags around your paragraphs. Put <code> </code> tags around your code and data!
  • Titles consisting of a single word are discouraged, and in most cases are disallowed outright.
  • Read Where should I post X? if you're not absolutely sure you're posting in the right place.
  • Please read these before you post! —
  • Posts may use any of the Perl Monks Approved HTML tags:
    a, abbr, b, big, blockquote, br, caption, center, col, colgroup, dd, del, details, div, dl, dt, em, font, h1, h2, h3, h4, h5, h6, hr, i, ins, li, ol, p, pre, readmore, small, span, spoiler, strike, strong, sub, summary, sup, table, tbody, td, tfoot, th, thead, tr, tt, u, ul, wbr
  • You may need to use entities for some characters, as follows. (Exception: Within code tags, you can put the characters literally.)
            For:     Use:
    & &amp;
    < &lt;
    > &gt;
    [ &#91;
    ] &#93;
  • Link using PerlMonks shortcuts! What shortcuts can I use for linking?
  • See Writeup Formatting Tips and other pages linked from there for more info.