Subject: | Can't locate Text/Diff.pm |
It seems that Text::Diff has to be declared as a prerequisite. The test suite fails on some of my smokers:
...
# Failed test 'UNDEF'
# at t/02-encode-bifcode.t line 13.
# Caught exception in subtest: Can't locate Text/Diff.pm in @INC (you may need to install the Text::Diff module) (@INC contains: ... .) at lib/Bifcode.pm line 356.
# Failed test 'BOOLEAN'
# at t/02-encode-bifcode.t line 18.
# Caught exception in subtest: Can't locate Text/Diff.pm in @INC (you may need to install the Text::Diff module) (@INC contains: .) at lib/Bifcode.pm line 356.
... etc ...