Skip Menu |

This queue is for tickets about the Hardware-Verilog-Parser CPAN distribution.

Report information
The Basics
Id: 121732
Status: new
Priority: 0/
Queue: Hardware-Verilog-Parser

People
Owner: Nobody in particular
Requestors: jplesnik [...] redhat.com
Cc:
AdminCc:

Bug Information
Severity: (no value)
Broken in: (no value)
Fixed in: (no value)



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.