Skip Menu |

This queue is for tickets about the autodie-variables CPAN distribution.

Report information
The Basics
Id: 76356
Status: resolved
Priority: 0/
Queue: autodie-variables

People
Owner: Nobody in particular
Requestors: SREZIC [...] cpan.org
Cc:
AdminCc:

Bug Information
Severity: (no value)
Broken in: 0.002
Fixed in: (no value)



Subject: Does not compile anymore with bleadperl (PL_uid, PL_gid ... undeclared)
See subject. It seems that it does not compile anymore since perl 5.15.8 (see http://matrix.cpantesters.org/?dist=autodie-variables+0.002 ). Here's a sample fail report: http://www.cpantesters.org/cpan/report/a5f268b0-5fde-11e1-9feb-fd24fbe099ae Regards, Slaven
On 2012-04-06 11:17:59, SREZIC wrote: Show quoted text
> See subject. It seems that it does not compile anymore since perl 5.15.8 > (see http://matrix.cpantesters.org/?dist=autodie-variables+0.002 ). > Here's a sample fail report: >
http://www.cpantesters.org/cpan/report/a5f268b0-5fde-11e1-9feb-fd24fbe099ae Show quoted text
>
This is an intended change in bleadperl. See perl5158delta.pod, section "C<< $< >>, C<< $> >>, C<$(> and C<$)> are no longer cached": [...] This change will break a handful of CPAN modules that use the XS-level C<PL_uid>, C<PL_gid>, C<PL_euid> or C<PL_egid> variables. [...] Regards, Slaven
Subject: Re: [rt.cpan.org #76356] Does not compile anymore with bleadperl (PL_uid, PL_gid ... undeclared)
Date: Sat, 7 Apr 2012 17:10:21 +0200
To: bug-autodie-variables [...] rt.cpan.org
From: Leon Timmermans <fawaka [...] gmail.com>
On Fri, Apr 6, 2012 at 5:18 PM, Slaven_Rezic via RT <bug-autodie-variables@rt.cpan.org> wrote: Show quoted text
> Fri Apr 06 11:17:59 2012: Request 76356 was acted upon. > Transaction: Ticket created by SREZIC >       Queue: autodie-variables >     Subject: Does not compile anymore with bleadperl (PL_uid, PL_gid ... >  undeclared) >   Broken in: 0.002 >    Severity: (no value) >       Owner: Nobody >  Requestors: SREZIC@cpan.org >      Status: new >  Ticket <URL: https://rt.cpan.org/Ticket/Display.html?id=76356 > > > > See subject. It seems that it does not compile anymore since perl 5.15.8 > (see http://matrix.cpantesters.org/?dist=autodie-variables+0.002 ). > Here's a sample fail report: > http://www.cpantesters.org/cpan/report/a5f268b0-5fde-11e1-9feb-fd24fbe099ae
I know, I was involved in that change to core. Hadn't gotten around to fix it since there's a lot more about the module that doesn't quite work (various portability issues, essentially). I've been rather time-constrained all of March though. I will fix this though. Leon
As expected, the module also does not compile with perl 5.16.0 RC0. Regards, Slaven
On Sat May 12 05:29:38 2012, SREZIC wrote: Show quoted text
> As expected, the module also does not compile with perl 5.16.0 RC0. > > Regards, > Slaven
I just released 0.003, which fixes it :-). Leon