Skip Menu |

This queue is for tickets about the Acme-EyeDrops CPAN distribution.

Report information
The Basics
Id: 72163
Status: resolved
Priority: 0/
Queue: Acme-EyeDrops

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

Bug Information
Severity: Normal
Broken in: 1.55
Fixed in: 1.60



Subject: Bleadperl v5.15.2-310-ge1dccc0 breaks ASAVIGE/Acme-EyeDrops-1.55.tar.gz ($[)
As per subject. http://perl5.git.perl.org/perl.git/commit/v5.15.2-310-ge1dccc0 Sample fail report http://www.cpantesters.org/cpan/report/9b0f7cf6-de9e-11e0-9826-a810e1a039fc I think the observed bahaviour is intended upstream. If you think it is a bug in perl, please file a bug report with perlbug Thanks && Regards,
RT-Send-CC: slaven [...] rezic.de
On Fri Nov 04 03:19:14 2011, ANDK wrote: Show quoted text
> As per subject. > > http://perl5.git.perl.org/perl.git/commit/v5.15.2-310-ge1dccc0 > > Sample fail report > > http://www.cpantesters.org/cpan/report/9b0f7cf6-de9e-11e0-9826-a810e1a039fc > > I think the observed bahaviour is intended upstream.
But $[ was later reimplemented as a module. Show quoted text
> If you think it is > a bug in perl, please file a bug report with perlbug
This is what it comes down to: bash-3.2$ perl5.14.2 -Mstrict -e 'open $[' bash-3.2$ perl5.15.9 -Mstrict -e 'open $[' Can't use string ("0") as a symbol ref while "strict refs" in use at -e line 1. It seems to me like a bug that that ever worked.
I agree this does not appear to be a perl bug. I've fixed the failing test t/01_mug.t ("Buffy looking in the mirror" section) simply by removing the -Mstrict at line 123. This fix was made in Acme::EyeDrops 1.60, which has just been uploaded to the CPAN.