Skip Menu |

This queue is for tickets about the Syntax-Construct CPAN distribution.

Report information
The Basics
Id: 106001
Status: resolved
Worked: 1 hour (60 min)
Priority: 0/
Queue: Syntax-Construct

People
Owner: CHOROBA [...] cpan.org
Requestors: SREZIC [...] cpan.org
Cc:
AdminCc:

Bug Information
Severity: Normal
Broken in: 0.16
Fixed in: 0.17



Subject: Experimental keys on scalar is now forbidden
The t/02-constructs.t test fails under perl 5.23.1: # Failed test 'no error auto-deref' # at t/02-constructs.t line 153. # got: 'Experimental keys on scalar is now forbidden at (eval 96) line 1. # ' # expected: '' # Failed test 'auto-deref' # at t/02-constructs.t line 154. # got: undef # expected: '0:1:2a:b10 20 30' :const is experimental at (eval 121) line 1, <> line 1. # Looks like you failed 2 tests of 94. t/02-constructs.t .. Dubious, test returned 2 (wstat 512, 0x200) Failed 2/94 subtests
0.17 is coming to CPAN which should introduce the support for deprecated constructs. The behaviour of the module in unstable Perl versions is still, well, unstable. Ch. On Tue Jul 21 13:56:12 2015, SREZIC wrote: Show quoted text
> The t/02-constructs.t test fails under perl 5.23.1: > > # Failed test 'no error auto-deref' > # at t/02-constructs.t line 153. > # got: 'Experimental keys on scalar is now forbidden at (eval > 96) line 1. > # ' > # expected: '' > > # Failed test 'auto-deref' > # at t/02-constructs.t line 154. > # got: undef > # expected: '0:1:2a:b10 20 30' > :const is experimental at (eval 121) line 1, <> line 1. > # Looks like you failed 2 tests of 94. > t/02-constructs.t .. > Dubious, test returned 2 (wstat 512, 0x200) > Failed 2/94 subtests