mudler / Mojolicious-Plugin-Materialize

Mojolicious + http://materializecss.com/
Other
0 stars 0 forks source link

Tests fail (with Mojolicious::Plugin::AssetPack 1.30) #3

Open eserte opened 7 years ago

eserte commented 7 years ago

My smoker systems started to report the following failure:

# Loading DEPRECATED Mojolicious::Plugin::AssetPack::Backcompat.
Can't use string ("/css/materialize.css") as an ARRAY ref while "strict refs" in use at /home/cpansand/.cpan/build/2017010209/Mojolicious-Plugin-AssetPack-1.30-uQz3ws/blib/lib/Mojolicious/Plugin/AssetPack.pm line 149.
t/01_include.t .. 
Dubious, test returned 2 (wstat 512, 0x200)
No subtests run 

Statistical analysis suggests that this happens only with Mojolicious::Plugin::AssetPack 1.30:

****************************************************************
Regression 'mod:Mojolicious::Plugin::AssetPack'
****************************************************************
Name                   Theta          StdErr     T-stat
[0='const']           1.0000          0.0000    9066540484607864.00
[1='eq_1.20']        -0.0000          0.0000      -0.99
[2='eq_1.24']        -0.0000          0.0000      -0.90
[3='eq_1.27']        -0.0000          0.0000      -1.42
[4='eq_1.29']        -0.0000          0.0000      -0.71
[5='eq_1.30']        -1.0000          0.0000    -8867251522361063.00

R^2= 1.000, N= 59, K= 6
****************************************************************
jhthorsen commented 7 years ago

@mudler: This module is no longer required, since you can include Materialize directly from github in the new version.