dolmen / angel-PS1

Your fancy shell prompt fed by your guardian angel

Home Page:https://twitter.com/nglPS1

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Jobs.pm: Coverage failure

dolmen opened this issue · comments

Devel::Cover has a bug that makes t/41-count_jobs.t fail when running under coverage. See pjcj/Devel--Cover#152.

$ perl -MDevel::Cover -I lib t/41-count_jobs.t
...
Operation "bool": no method found, argument in overloaded package Term::Chrome at lib/AngelPS1/Plugin/Jobs.pm line 20.

lib/AngelPS1/Plugin/Shell.pm line 20

This ticket is just to track the fix of Devel::Cover.

The issue is fixed as Term::Chrome now overloads bool too.