dolmen / angel-PS1

Your fancy shell prompt fed by your guardian angel
https://twitter.com/nglPS1
GNU Affero General Public License v3.0
61 stars 3 forks source link

Jobs.pm: Coverage failure #18

Closed dolmen closed 8 years ago

dolmen commented 8 years ago

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.

dolmen commented 8 years ago

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