Skip Menu |

This queue is for tickets about the Data-Org-Template CPAN distribution.

Report information
The Basics
Id: 133331
Status: resolved
Priority: 0/
Queue: Data-Org-Template

People
Owner: wftk [...] vivtek.com
Requestors: SREZIC [...] cpan.org
Cc:
AdminCc:

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



Subject: Experimental keys on scalar is now forbidden
The test suite fails with newer perls (5.24 and newer): ... # Failed test 'use Data::Org::Template;' # at t/00-load.t line 10. # Tried to use 'Data::Org::Template'. # Error: Experimental keys on scalar is now forbidden at /home/cpansand/.cpan/build/2020091505/Data-Org-Template-0.01-6/blib/lib/Data/Org/Template.pm line 501. # Compilation failed in require at t/00-load.t line 10. # BEGIN failed--compilation aborted at t/00-load.t line 10. Bailout called. Further testing stopped: Use of uninitialized value $Data::Org::Template::VERSION in concatenation (.) or string at t/00-load.t line 13. # Testing Data::Org::Template , Perl 5.024001, /usr/perl5.24.1p/bin/perl # Looks like you failed 1 test of 1. FAILED--Further testing stopped. *** Error code 1 ...