"Can't locate LinuxDocTools/Utils.pm" in 0.9.79 (on FreeBSD)
The package doesn't work any more in my FreeBSD port after upgrading to 0.9.79, and I assume the cause is commit 31c4856a
This results in the following:
Can't locate LinuxDocTools/Utils.pm in @INC (you may need to install the LinuxDocTools::Utils module) (@INC contains: /usr/local/lib/perl5/site_perl/mach/5.30 /usr/local/lib/perl5/site_perl /usr/local/lib/perl5/5.30/mach /usr/local/lib/perl5/5.30) at /usr/local/bin/linuxdoc line 15.
BEGIN failed--compilation aborted at /usr/local/bin/linuxdoc line 15.
Moving the use LinuxDocTools::Utils qw{ldt_which}; after the use lib lines seems to solve this problem.