in reply to Re: Seeking Data::Swap, now replaced
in thread Seeking Data::Swap, now replaced

I changed the use 5.008001 line in Makefile.PL to use 5.008000 but the compilation of the Alias.xs file fails.

So, it seems the new version either really does want 5.8.1 or is just broken. Either way, I'm stuck until me and the copy of Data::Swap on my USB stick drive (currently in another country) are re-united....

Replies are listed 'Best First'.
Re^3: Seeking Data::Swap, now replaced
by gellyfish (Monsignor) on Sep 29, 2004 at 10:40 UTC

    Could you possibly be getting stuffed up by the:

    #ifdef USE_5005THREADS #error "5.005 threads not supported by Data::Alias" #endif
    in the Alias.xs ? You can determine if you do have 5.005 threads configured in by looking at the output of perl -V. If all else fails you can download the old module from backpan

    /J\