On Sun, Jun 09, 2013 at 11:13:02AM -0700, Salvador Fandino wrote: > ----- Original Message ----- > > > From: Ricardo Signes <perl.p5p@rjbs.manxome.org> > > To: Salvador Fandino <sfandino@yahoo.com> > > Cc: perl5-porters@perl.org > > Sent: Friday, June 7, 2013 6:19 PM > > Subject: Re: Storable refactoring, was Re: [perl #118139] Storable in DESTROY > blocks > > > > * Salvador Fandino <sfandino@yahoo.com> [2013-05-29T13:22:17] > >> I have been working for some time in refactoring Storable. See > >> > >> https://github.com/salva/perl5/tree/improve_storable > > > > Wow, no kidding! It looks like you've gotten some feedback on this, please > > let > > me know if you need anything specific to help things move foward. > > If anybody has a working perl 5.6.x and want to compile and test Amusingly enough everything works on my 5.6.1 and 5.6.2, as they are compiled without ithreads. Any threded 5.8 before 5.8.9 fails however. Please find the logs produced by the following command: perlbrew exec bash -c 'res=$((perl -V && perl Makefile.PL && make realclean && rm -f MANIFEST && perl Makefile.PL && make && make test)2>&1) && echo "$res" > buildlog/perl_${PERLBREW_PERL}.PASS || echo "$res" > buildlog/perl_${PERLBREW_PERL}.FAIL' In this repo: https://github.com/ribasushi/p5-storable_improvement_debug Hope this helps CheersThread Previous | Thread Next