gam3 has asked for the wisdom of the Perl Monks concerning the following question:

I am getting the the error below from some CPAN Testers: Reports for XHTML-Instrumented
Byte order is not compatible at ../../lib/Storable.pm (autosplit into +../../lib/auto/Storable/_retrieve.al) line 380, at blib/lib/Log/Agent +.pm (autosplit into blib/lib/auto/Log/Agent/logcroak.al) line 242 (Lo +g::Agent could not fix it)

Do any monks have a hint as to what might be causing this? The data being read in should have just been written out by the same version of storable.

http://cpantesters.perl.org/show/XHTML-Instrumented.html

-- gam3
A picture is worth a thousand words, but takes 200K.

Replies are listed 'Best First'.
Re: Problem with Storable.
by Burak (Chaplain) on Dec 20, 2007 at 14:02 UTC
    You can try nstore() instead of store() I guess...