in reply to Re^3: supporting quads on 32 bit Perl
in thread supporting quads on 32 bit Perl

I probably can compile it, I probably could fix it if I had to. It would be perfect except for the ActiveState unavailability, so if I list it as a pre-req, my module won't build on ActiveState's system. I see the author of Math::Int64 has made 4 devel version releases since the last stable release. ActiveState's packager doesn't build or see devel releases though. To embed it without using its C api (not create a pre-req), the entire thing would have to be copy pasted because of its operator overloading.

Replies are listed 'Best First'.
Re^5: supporting quads on 32 bit Perl
by salva (Canon) on Jun 01, 2012 at 06:00 UTC
    Have you considering asking Math::Int64 author to solve those issues?
      Are you the author?
        I have just uploaded version 0.19, let's see how it goes at the ActiveState build servers.