Skip Menu |

Preferred bug tracker

Please visit the preferred bug tracker to report your issue.

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

Report information
The Basics
Id: 31198
Status: resolved
Worked: 5 min
Priority: 0/
Queue: Verilog-Perl

People
Owner: Nobody in particular
Requestors: David.Plumb [...] intellon.com
Cc:
AdminCc:

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



Subject: typo in VParseLex.l
Date: Tue, 4 Dec 2007 11:00:02 -0500
To: <bug-Verilog-Perl [...] rt.cpan.org>
From: "David Plumb" <David.Plumb [...] intellon.com>
Distribution: Verilog-Perl-3.020 Perl version: v5.8.0 built for i686-linux Operating system: Linux lnxsrv13 2.4.21-40.ELhugemem #1 SMP Thu Feb 2 22:14:10 EST 2006 i686 i686 i386 GNU/Linux I was just browsing the code and noticed a small typo in the unsupported SystemVerilog keywords at line 288 of VParseLex.l: "endcass" { FL; VALTEXT; CALLBACK(keywordCb); return ygenKEYWORD; } I believe the line should be: "endclass" { FL; VALTEXT; CALLBACK(keywordCb); return ygenKEYWORD; } Regards, David Plumb
Thanks for noticing, this might break people using only the keyword parsing. It's committed and will be in the next release.