Subject: | Fails install when no '.' in @INC |
On 5.26.0-RC1 , where '.' is not in @INC by default:
+ perl -Iblib/lib ./parser.pl ./test1.v
Can't locate PrecompiledParser.pm in @INC (you may need to install the PrecompiledParser module) (@INC contains: blib/lib /usr/local/lib64/perl5 /usr/local/share/perl5 /usr/lib64/perl5/vendor_perl /usr/share/perl5/vendor_perl /usr/lib64/perl5 /usr/share/perl5) at blib/lib/Hardware/Verilog/Parser.pm line 10.
BEGIN failed--compilation aborted at blib/lib/Hardware/Verilog/Parser.pm line 10.