Skip Menu |

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

Report information
The Basics
Id: 130944
Status: resolved
Priority: 0/
Queue: Data-DFA

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: Bareword "Data::NFA::newNfa" not allowed (20191109)
Tests fail on some of my smokers: ... Bareword "Data::NFA::newNfa" not allowed while "strict subs" in use at (eval 15) line 206, <DATA> line 247. at /usr/perl5.28.1Dp/lib/site_perl/5.28.1/Data/Table/Text.pm line 3576, <DATA> line 247. Data::Table::Text::__ANON__("Bareword \"Data::NFA::newNfa\" not allowed while \"strict subs\" "...) called at /usr/home/cpansand/.cpan/build/2019110905/Data-DFA-20191109-3/blib/lib/Data/DFA.pm line 2099 Data::DFA::test("Data::DFA") called at test.pl line 11 # Looks like your test exited with 255 before it could output anything. test.pl .. Dubious, test returned 255 (wstat 65280, 0xff00) Failed 31/31 subtests ... Statistical analysis suggests that this happens if Data::Table::Text is too old (theta = 0 means "bad"): **************************************************************** Regression 'mod:Data::Table::Text' **************************************************************** Name Theta StdErr T-stat [0='const'] 0.0000 0.0000 14.65 [1='eq_20191107'] -0.0000 0.0000 -12.85 [2='eq_20191109'] 1.0000 0.0000 58474537148565968.00 R^2= 1.000, N= 24, K= 3 ****************************************************************
Corrected version number in Build.PL Fixed in version 20191011.
On 2019-11-09 18:13:38, PRBRENAN wrote: Show quoted text
> Corrected version number in Build.PL > Fixed in version 20191011.
Does not seem to be enough --- I still see some failures. An example test report contains: requires: Module Need Have ----------------- -------- -------- ... Data::NFA 20181027 20181027 Data::Table::Text 20191110 20191110 ...
Corrected Build.PL to reference correct version of Data::NFA (20191110) as of version 20191111 .