Skip Menu |

Preferred bug tracker

Please visit the preferred bug tracker to report your issue.

This queue is for tickets about the if CPAN distribution.

Report information
The Basics
Id: 4258
Status: open
Priority: 0/
Queue: if

People
Owner: Nobody in particular
Requestors:
Cc:
AdminCc:

Bug Information
Severity: Normal
Broken in: 0.04
Fixed in: (no value)



Subject: faulty test
ok( eval "use if ($v_plus > \$]), 'open' => ':std'; 12" eq 12, '"use if" with open'); the open pragma was first incarnated with perl 5.6, but the ":std" _discipline_ was not present then I suggest you adjust the test to use strict or vars or a module you included especially for testing your if pragma
Date: Sun, 2 Nov 2003 23:56:27 -0800
From: Ilya Zakharevich <ilya [...] Math.Berkeley.EDU>
To: Autrijus Tang <autrijus [...] autrijus.org>, Guest via RT <bug-if [...] rt.cpan.org>
CC: "AdminCc of cpan Ticket #4258": ;
Subject: Re: [cpan #4258] faulty test
RT-Send-Cc:
On Sat, Nov 01, 2003 at 02:45:55AM -0500, Guest via RT wrote: Show quoted text
> > This message about if was sent to you by guest <> via rt.cpan.org > > Full context and any attached attachments can be found at: > <URL: https://rt.cpan.org/Ticket/Display.html?id=4258 > > > ok( eval "use if ($v_plus > \$]), 'open' => ':std'; 12" eq 12, > '"use if" with open'); > > > the open pragma was first incarnated with perl 5.6, > but the ":std" _discipline_ was not present then > > I suggest you adjust the test to use strict or vars or > a module you included especially for testing your if pragma
Since strict/vars etc are not Perl keywords, the test cannot be redone with other modules. And one cannot include dummy modules due to problems they would cause with CPAN indexer. I uploaded a newer version to PAUSE right now; it uses IN => :crlf. Hope this helps, Ilya
It's been ten years; can this ticket be closed?
Subject: Re: [rt.cpan.org #4258] faulty test
Date: Mon, 9 Sep 2013 11:09:21 -0700
To: Karen Etheridge via RT <bug-if [...] rt.cpan.org>
From: Ilya Zakharevich <nospam-abuse [...] ilyaz.org>
On Mon, Sep 09, 2013 at 01:37:27PM -0400, Karen Etheridge via RT wrote: Show quoted text
> Queue: if > Ticket <URL: https://rt.cpan.org/Ticket/Display.html?id=4258 > > > It's been ten years; can this ticket be closed?
It is not clear what you mean by this. (I do not use RT.) Yours, Ilya
On 2013-09-09 11:09:37, nospam-abuse@ilyaz.org wrote: Show quoted text
> On Mon, Sep 09, 2013 at 01:37:27PM -0400, Karen Etheridge via RT wrote:
> > Queue: if > > Ticket <URL: https://rt.cpan.org/Ticket/Display.html?id=4258 > > > > > It's been ten years; can this ticket be closed?
> > It is not clear what you mean by this. (I do not use RT.)
Is the issue described in this ticket now fixed? Therefore, can the ticket be closed as resolved? (I have the permissions to do so, if there are no code changes remaining to be done for this ticket.)
RT-Send-CC: ilya [...] Math.Berkeley.EDU, autrijus [...] autrijus.org, nospam-abuse [...] ilyaz.org
On 2015-09-30 18:09:53, ETHER wrote: Show quoted text
> On 2013-09-09 11:09:37, nospam-abuse@ilyaz.org wrote:
> > On Mon, Sep 09, 2013 at 01:37:27PM -0400, Karen Etheridge via RT > > wrote:
> > > Queue: if > > > Ticket <URL: https://rt.cpan.org/Ticket/Display.html?id=4258 > > > > > > > It's been ten years; can this ticket be closed?
> > > > It is not clear what you mean by this. (I do not use RT.)
> > Is the issue described in this ticket now fixed? Therefore, can the > ticket be closed as resolved? > (I have the permissions to do so, if there are no code changes > remaining to be done for this ticket.)
Tests seem to pass on 5.6.2, so I'm not going to get excited about this, in the absence of new information.