shlomif / HTML-Spelling-Site

Spell checking system/framework for an entire static HTML site.
MIT License
2 stars 0 forks source link

Can't locate object method "mkdir" via package "Path::Tiny" #3

Closed eserte closed 1 year ago

eserte commented 1 year ago

t/check-test-functions.t fails if Path::Tiny is too old (probably):

Can't locate object method "mkdir" via package "Path::Tiny" at /home/cpansand/.cpan/build/2023030206/HTML-Spelling-Site-0.10.1-2/blib/lib/HTML/Spelling/Site/Checker.pm line 62.
t/check-test-functions.t .. 
Dubious, test returned 2 (wstat 512, 0x200)
Failed 1/1 subtests 

Statistical analysis suggests that the border between "fail" and "pass" is somewhere between 0.122 and 0.144:

****************************************************************
Regression 'mod:Path::Tiny'
****************************************************************
Name                   Theta          StdErr     T-stat
[0='const']           0.0000          0.0000       2.34
[1='eq_0.118']       -0.0000          0.0000      -1.17
[2='eq_0.122']       -0.0000          0.0000      -2.03
[3='eq_0.144']        1.0000          0.0000    20147992570970936.00

R^2= 1.000, N= 45, K= 4
****************************************************************
shlomif commented 1 year ago

@eserte hi, thanks. this should be fixed now.