Skip Menu |

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

Report information
The Basics
Id: 102452
Status: new
Priority: 0/
Queue: Hardware-Vhdl-Parser

People
Owner: Nobody in particular
Requestors: contyk [...] cpan.org
Cc:
AdminCc:

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



Subject: Tests fail due to unreachable definitions
The attached patch fixes the issues.
Subject: Hardware-Vhdl-Parser-0.12-unreachable.patch
diff --git a/Parser.pm b/Parser.pm index ddcc82f..90cdb1f 100644 --- a/Parser.pm +++ b/Parser.pm @@ -461,7 +461,7 @@ passive_process_statement : process_statement entity_declaritive_item : - | signal_declaration + signal_declaration | constant_declaration | type_declaration | subtype_declaration