veripool / verilog-perl

Verilog parser, preprocessor, and related tools for the Verilog-Perl package
https://www.veripool.org/verilog-perl
Artistic License 2.0
121 stars 34 forks source link

Typo in Getopt.pm (len vs. length)? #896

Closed veripoolbot closed 9 years ago

veripoolbot commented 9 years ago

Author Name: Jon Nall Original Redmine Issue: 896 from https://www.veripool.org Original Date: 2015-03-16


Is there a typo in change a4c028d0 to Getopt.pm? A function len() is used. Was length() intended?

It looks like this was released in 3.408, but I observed it when testing 3.410.

The error I get is:

Script died during execution: Undefined subroutine &Verilog::Getopt::len called at ..../Verilog/Getopt.pm line 547, <DATA> line 98.

nall.

veripoolbot commented 9 years ago

Original Redmine Comment Author Name: Wilson Snyder (@wsnyder) Original Date: 2015-03-17T03:23:00Z


Pushed a new release 3.412 for this.