Re: Re: Next Perl update, and plans beyo nd…

2014-12-09 Thread Chris H
On Tue, 09 Dec 2014 18:02:23 +0100 Mathieu Arnold wrote > +--On 9 décembre 2014 08:53:13 -0800 Chris H > wrote: > |> $ readelf -d > |> /usr/local/lib/perl5/site_perl/mach/5.18/auto/DateTime/DateTime.so|grep > |> perl $ > |> > |> So what the patch[1] does, is force linking with libperl.so.x.yy.

Re: Next Perl update, and plans beyo nd…

2014-12-09 Thread Mathieu Arnold
+--On 9 décembre 2014 08:53:13 -0800 Chris H wrote: |> $ readelf -d |> /usr/local/lib/perl5/site_perl/mach/5.18/auto/DateTime/DateTime.so|grep |> perl $ |> |> So what the patch[1] does, is force linking with libperl.so.x.yy. After |> the patch, a compiled Perl module will look like this: |> |>

Re: Next Perl update, and plans beyo nd…

2014-12-09 Thread Chris H
On Tue, 9 Dec 2014 17:30:39 +0100 Mathieu Arnold wrote > Hello there, > > In a few days, I'll be changing the way Perl works wrt compiled modules > it produces. The current patch[1] is on our code review tool. > > Right now, we have: > > $ readelf -d /usr/local/lib/perl5/5.18/mach/CORE/libper