hayajo / Mojolicious-Plugin-Directory

Other
6 stars 6 forks source link

Can't locate object method "rel_dir" via package "Mojo::Home" #6

Closed eserte closed 7 years ago

eserte commented 7 years ago

Tests fail with Mojolicious 7.31. A log excerpt:

...
t/dir.t ......... 
Dubious, test returned 2 (wstat 512, 0x200)
Failed 2/2 subtests 
Can't locate object method "rel_dir" via package "Mojo::Home" at t/dir_index.t line 9.
# Looks like your test exited with 255 before it could output anything.
...
hayajo commented 7 years ago

Thx.

In Mojolicious 7.31 it seems that "rel_dir" has been removed from Mojo::Home. http://cpansearch.perl.org/src/SRI/Mojolicious-7.31/Changes

I plan to fix it. Please wait for a while.

hayajo commented 7 years ago

ver 0.14 released.

https://metacpan.org/pod/release/HAYAJO/Mojolicious-Plugin-Directory-0.14/lib/Mojolicious/Plugin/Directory.pm

Please try this version.