reneeb / Mojolicious-Command-generate-localplugin

0 stars 1 forks source link

Test suite started to fail (with Mojolicious 8?) #1

Closed eserte closed 3 years ago

eserte commented 5 years ago

On my smokers:

Can't use string ("MyPlugin") as a HASH ref while "strict refs" in use at /home/cpansand/.cpan/build/2018092514/Mojolicious-8.0-_Bgion/blib/lib/Mojo/Template.pm line 264.
cannot remove path when cwd is /var/tmp/cpansmoker-1023/2018092514/cTefGZ4up5 for /var/tmp/cpansmoker-1023/2018092514/cTefGZ4up5:  at /usr/perl5.22.4d/lib/5.22.4/File/Temp.pm line 1616.
# Tests were run but no plan was declared and done_testing() was not seen.
# Looks like your test exited with 255 just after 2.
t/base.t ................. 
Dubious, test returned 255 (wstat 65280, 0xff00)

Statistical analysis suggests that this happens with Mojolicious 8:

****************************************************************
Regression 'mod:Mojolicious'
****************************************************************
Name                   Theta          StdErr     T-stat
[0='const']           1.0000          0.0000    788734472026679040.00
[1='eq_7.81']         0.0000          0.0000       0.00
[2='eq_7.83']         0.0000          0.0000       0.00
[3='eq_7.84']         0.0000          0.0000       0.00
[4='eq_7.85']         0.0000          0.0000       0.00
[5='eq_8.0']         -1.0000          0.0000    -250993381800529248.00

R^2= 1.000, N= 87, K= 6
****************************************************************
afresh1 commented 3 years ago

It appears this commit fixed the failure here and this issue can be closed.