dgikiller / mojolicious-plugin-jquery

DEPRECATED A simple Mojolicious plugin to include latest JQuery in your website
Other
1 stars 1 forks source link

Tests fail (if JavaScript::Minifier::XS is not installed) #9

Open eserte opened 8 years ago

eserte commented 8 years ago

Tests fail, probably only if JavaScript::Minifier::XS is not installed:

# Loading DEPRECATED Mojolicious::Plugin::AssetPack::Backcompat.
[AssetPack/jquery.js] Can't locate JavaScript/Minifier/XS.pm in @INC (you may need to install the JavaScript::Minifier::XS module) (@INC contains: ...) at /home/cpansand/.cpan/build/2016051412/Mojolicious-Plugin-AssetPack-1.09-S6k2Pj/blib/lib/Mojolicious/Plugin/AssetPack/Preprocessor/JavaScript.pm line 22.
 {source_paths=[/tmpfs/.cpan-build-cpansand/2016051412/Mojolicious-Plugin-JQuery-2.14002-kZPnrJ/t/public,/tmpfs/.cpan-build-cpansand/2016051412/Mojolicious-Plugin-JQuery-2.14002-kZPnrJ/blib/lib/Mojolicious/Plugin/JQuery], static_paths=[/tmpfs/.cpan-build-cpansand/2016051412/Mojolicious-Plugin-JQuery-2.14002-kZPnrJ/t/public,/tmpfs/.cpan-build-cpansand/2016051412/Mojolicious-Plugin-JQuery-2.14002-kZPnrJ/blib/lib/Mojolicious/Plugin/JQuery]} at /home/cpansand/.cpan/build/2016051412/Mojolicious-Plugin-AssetPack-1.09-S6k2Pj/blib/lib/Mojolicious/Plugin/AssetPack/Backcompat.pm line 253.
t/files.t .......... 
Dubious, test returned 2 (wstat 512, 0x200)
No subtests run 
...
dgikiller commented 8 years ago

I'm already trying to fix that but I need more time to rewrite the module and let it work again with new AssetPack without pulling in AssetPack::Backcompat.

Il giorno sab 14 mag 2016 alle ore 16:55 Slaven Rezić < notifications@github.com> ha scritto:

Tests fail, probably only if JavaScript::Minifier::XS is not installed:

Loading DEPRECATED Mojolicious::Plugin::AssetPack::Backcompat.

[AssetPack/jquery.js] Can't locate JavaScript/Minifier/XS.pm in @INC (you may need to install the JavaScript::Minifier::XS module) (@INC contains: ...) at /home/cpansand/.cpan/build/2016051412/Mojolicious-Plugin-AssetPack-1.09-S6k2Pj/blib/lib/Mojolicious/Plugin/AssetPack/Preprocessor/JavaScript.pm line 22. {source_paths=[/tmpfs/.cpan-build-cpansand/2016051412/Mojolicious-Plugin-JQuery-2.14002-kZPnrJ/t/public,/tmpfs/.cpan-build-cpansand/2016051412/Mojolicious-Plugin-JQuery-2.14002-kZPnrJ/blib/lib/Mojolicious/Plugin/JQuery], static_paths=[/tmpfs/.cpan-build-cpansand/2016051412/Mojolicious-Plugin-JQuery-2.14002-kZPnrJ/t/public,/tmpfs/.cpan-build-cpansand/2016051412/Mojolicious-Plugin-JQuery-2.14002-kZPnrJ/blib/lib/Mojolicious/Plugin/JQuery]} at /home/cpansand/.cpan/build/2016051412/Mojolicious-Plugin-AssetPack-1.09-S6k2Pj/blib/lib/Mojolicious/Plugin/AssetPack/Backcompat.pm line 253. t/files.t .......... Dubious, test returned 2 (wstat 512, 0x200) No subtests run ...

— You are receiving this because you are subscribed to this thread. Reply to this email directly or view it on GitHub https://github.com/dgikiller/mojolicious-plugin-jquery/issues/9

Francesco Ferretti.