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: 55460
Status: resolved
Priority: 0/
Queue: Verilog-Perl

People
Owner: Nobody in particular
Requestors: evgeni [...] outputlogic.com
Cc:
AdminCc:

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



Subject: An example in Verilog::EditFiles doesn't work
An example in Verilog::EditFiles, SYNOPSIS section doesn't work. Trying to run (under Cygwin): my $split = EditFiles->new(outdir => "processed_rtl", translate_synthesis => 0, lint_header => undef, celldefine => 1, ); produces the following error: Can't locate object method "new" via package "EditFiles" It works with this: my $split = new Verilog::EditFiles(outdir => "processed_rtl", translate_synthesis => 0, lint_header => undef, celldefine => 1, );
Thanks for reporting this. Fixed in git for next release, 3.232. If you can, please use the bug reporter on veripool.org instead, I replicated the bug there, bug222. Thanks.