byterock / mojolicious-plugin-authorization

A plugin to make Authorization a bit easier
Other
8 stars 8 forks source link

t/03-no_config.t fails if Test::Exception is not installed #10

Closed eserte closed 5 years ago

eserte commented 8 years ago

Statistical analysis: http://analysis.cpantesters.org/solved?distv=Mojolicious-Plugin-Authorization-1.04#qr%3A%28Can%27t%20locate%20\S%2Bpm%29

Probably the missing dependency should be declared as a prereq, or the test should be skipped if Test::Exception is not installed.

eserte commented 8 years ago

Also failing: t/04-full_fat_app.t if Test::Deep is not installed.

Can't locate Test/Deep.pm in @INC (you may need to install the Test::Deep module) (@INC contains: ...) at t/04-full_fat_app.t line 49.
BEGIN failed--compilation aborted at t/04-full_fat_app.t line 49.
t/04-full_fat_app.t ....... 
Dubious, test returned 2 (wstat 512, 0x200)
No subtests run 
lindleyw commented 6 years ago

This is still failing with a fresh install of Perl 5.26.1, using cpanm to install.

byterock commented 6 years ago

Yeah will have to write up a skip for that or alike maybe in the next few days Cheers guys

byterock commented 6 years ago

sorry clicked the wrong button