arc/Text-TokenStream

Could not find sub 'CycleTuple' exported by Types::Standard

Closed this issue · 1 comments

On few of my smokers the test suite fails:

Could not find sub 'CycleTuple' exported by Types::Standard at /home/cpansand/.cpan/build/2021030602/Text-TokenStream-0.01-3kxaFq/blib/lib/Text/TokenStream/Lexer.pm line 11.
BEGIN failed--compilation aborted at /home/cpansand/.cpan/build/2021030602/Text-TokenStream-0.01-3kxaFq/blib/lib/Text/TokenStream/Lexer.pm line 11.
Compilation failed in require at t/lexer.t line 10.
BEGIN failed--compilation aborted at t/lexer.t line 10.
t/lexer.t ........ 
Dubious, test returned 255 (wstat 65280, 0xff00)
No subtests run 
... (etc) ...

Statistical analysis suggests that this happens if an old version of Types::Standard is already installed --- so probably the minimum prereq version should be specified.

****************************************************************
Regression 'mod:Types::Standard'
****************************************************************
Name                   Theta          StdErr     T-stat
[0='const']          -0.0000          0.0000      -2.73
[1='eq_1.000006']             0.0000          0.0000       0.92
[2='eq_1.004002']             1.0000          0.0000    3555456695872106.50
[3='eq_1.004004']             1.0000          0.0000    4354527353724247.00
[4='eq_1.006000']             1.0000          0.0000    2754044914254862.00
[5='eq_1.010002']             1.0000          0.0000    2754044914254862.00
[6='eq_1.010006']             1.0000          0.0000    4590074857091439.00
[7='eq_1.012000']             1.0000          0.0000    5385217349552438.00
[8='eq_1.012001']             1.0000          0.0000    5934220494799933.00

R^2= 1.000, N= 83, K= 9
****************************************************************
arc commented

Thanks for reporting! This should be fixed by the 0.02 release that I've just pushed to CPAN.