Skip Menu |

This queue is for tickets about the CSS-Simple CPAN distribution.

Report information
The Basics
Id: 105991
Status: resolved
Priority: 0/
Queue: CSS-Simple

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

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



Subject: keys on reference is forbiden
Running the test suite with perl 5.22.0 shows a number of warnings like this: keys on reference is experimental at t/browser_specific_properties.t line 30. See http://www.cpantesters.org/cpan/report/1073e58c-276a-11e5-a5d5-6c95e0bfc7aa for a sample report. With perl 5.23.x this is now a hard error: Experimental keys on scalar is now forbidden at t/browser_specific_properties.t line 30. t/browser_specific_properties.t .. Dubious, test returned 255 (wstat 65280, 0xff00) No subtests run
On 2015-07-21 01:21:06, SREZIC wrote: Show quoted text
> Running the test suite with perl 5.22.0 shows a number of warnings > like this: > > keys on reference is experimental at t/browser_specific_properties.t > line 30. > > See http://www.cpantesters.org/cpan/report/1073e58c-276a-11e5-a5d5- > 6c95e0bfc7aa for a sample report. > > With perl 5.23.x this is now a hard error: > > Experimental keys on scalar is now forbidden at > t/browser_specific_properties.t line 30. > t/browser_specific_properties.t .. > Dubious, test returned 255 (wstat 65280, 0xff00) > No subtests run
As a side effect, fixing this problem would probably also fix https://rt.cpan.org/Ticket/Display.html?id=105857
Hi, I have applied a patch provided by another user which seemingly resolves the warnings. Sorry for the delay. thanks, -Kevin On Tue Jul 21 01:23:21 2015, SREZIC wrote: Show quoted text
> On 2015-07-21 01:21:06, SREZIC wrote:
> > Running the test suite with perl 5.22.0 shows a number of warnings > > like this: > > > > keys on reference is experimental at t/browser_specific_properties.t > > line 30. > > > > See http://www.cpantesters.org/cpan/report/1073e58c-276a-11e5-a5d5- > > 6c95e0bfc7aa for a sample report. > > > > With perl 5.23.x this is now a hard error: > > > > Experimental keys on scalar is now forbidden at > > t/browser_specific_properties.t line 30. > > t/browser_specific_properties.t .. > > Dubious, test returned 255 (wstat 65280, 0xff00) > > No subtests run
> > As a side effect, fixing this problem would probably also fix > https://rt.cpan.org/Ticket/Display.html?id=105857