Skip Menu |

This queue is for tickets about the Var-Pairs CPAN distribution.

Report information
The Basics
Id: 102698
Status: resolved
Priority: 0/
Queue: Var-Pairs

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

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



Subject: keys on reference is experimental (0.002002)
For perls >= 5.20 there are warning when running the test suite: keys on reference is experimental at /tmpfs/.cpan-build/Var-Pairs-0.002002-ABQobU/blib/lib/Var/Pairs.pm line 129. keys on reference is experimental at /tmpfs/.cpan-build/Var-Pairs-0.002002-ABQobU/blib/lib/Var/Pairs.pm line 225. push on reference is experimental at /tmpfs/.cpan-build/Var-Pairs-0.002002-ABQobU/blib/lib/Var/Pairs.pm line 229. push on reference is experimental at /tmpfs/.cpan-build/Var-Pairs-0.002002-ABQobU/blib/lib/Var/Pairs.pm line 238. shift on reference is experimental at /tmpfs/.cpan-build/Var-Pairs-0.002002-ABQobU/blib/lib/Var/Pairs.pm line 255. splice on reference is experimental at /tmpfs/.cpan-build/Var-Pairs-0.002002-ABQobU/blib/lib/Var/Pairs.pm line 269.
Subject: Re: [rt.cpan.org #102698] keys on reference is experimental (0.002002)
Date: Wed, 11 Mar 2015 20:43:08 +0100
To: bug-Var-Pairs [...] rt.cpan.org
From: Damian Conway <damian [...] conway.org>
Many thanks. Fixed in the latest release. Damian
On 2015-03-11 15:44:00, damian@conway.org wrote: Show quoted text
> Many thanks. Fixed in the latest release.
There are now test failures with 0.002003 and perl 5.18.2: # Error: Unknown warnings category 'experimental::autoderef' at /tmpfs/.cpan-build/Var-Pairs-0.002003-bkBef5/blib/lib/Var/Pairs.pm line 8. Without looking at the code, I think the condition here should be $] >= 5.020, not $] >= 5.018.
Subject: Re: [rt.cpan.org #102698] keys on reference is experimental (0.002002)
Date: Wed, 11 Mar 2015 21:02:59 +0100
To: bug-Var-Pairs [...] rt.cpan.org
From: Damian Conway <damian [...] conway.org>
Thanks for your patience and perseverence, Slaven. I think I have it right now. %-) Damian
On 2015-03-11 13:03:50, damian@conway.org wrote: Show quoted text
> Thanks for your patience and perseverence, Slaven. > > I think I have it right now. %-) > > Damian
The 'experimental' pragma can abstract all that messy version checking away for you.
On 2015-03-11 16:03:50, damian@conway.org wrote: Show quoted text
> Thanks for your patience and perseverence, Slaven. > > I think I have it right now. %-) >
Yes, 0.002004 looks good.
Subject: Re: [rt.cpan.org #102698] keys on reference is experimental (0.002002)
Date: Wed, 11 Mar 2015 21:37:46 +0100
To: bug-Var-Pairs [...] rt.cpan.org
From: Damian Conway <damian [...] conway.org>
Show quoted text
> The 'experimental' pragma can abstract all that messy version checking away for you.
Hi Karen. That's certainly true, but it's only core from 5.20 onwards and would therefore add another dependency to the module, which I'd prefer to avoid if possible. I do appreciate the suggestion, however. Damian
Subject: Re: [rt.cpan.org #102698] keys on reference is experimental (0.002002)
Date: Wed, 11 Mar 2015 21:38:11 +0100
To: bug-Var-Pairs [...] rt.cpan.org
From: Damian Conway <damian [...] conway.org>
Show quoted text
> Yes, 0.002004 looks good.
Thanks, Slaven. Damian