This distribution has been tested as part of the cpan-testers effort to test as many new uploads to CPAN as possible. See http://testers.cpan.org/ Please cc any replies to [EMAIL PROTECTED] to keep other test volunteers informed and to prevent any duplicate effort. -- The test passed, but when I went to run hierarchy.pl, I got a complaint about a syntax error: bin@schinder% !per perl -Iblib/lib hierarchy.pl test1.v syntax error at blib/lib/Hardware/Verilog/Hierarchy.pm line 37, near ")" Compilation failed in require at hierarchy.pl line 8. BEGIN failed--compilation aborted at hierarchy.pl line 8. Sure enough, there is one. The )); isn't commented out. --- Hierarchy.pm~ Thu Feb 24 16:21:45 2000 +++ Hierarchy.pm Fri Feb 25 08:36:23 2000 @@ -34,7 +34,7 @@ # identifier # { print "MODULENAME $item{identifier} \n"; } - )); +# )); # bless it as a vhdl_hierarchy object -- Summary of my perl5 (revision 5.0 version 5 subversion 660) configuration: Platform: osname=linux, osvers=2.2.14, archname=ppc-linux uname='linux c22234-c.scllg1.pa.home.com 2.2.14 #2 sun jan 9 20:34:00 est 2000 ppc unknown ' config_args='-Dcc=gcc -Dprefix=/usr/local -des' hint=recommended, useposix=true, d_sigaction=define usethreads=undef use5005threads=undef useithreads=undef usesocks=undef useperlio=undef d_sfio=undef use64bits=undef uselargefiles=define usemultiplicity=undef Compiler: cc='gcc', optimize='-O2', gccversion=2.95.2 19991024 (release/franzo) cppflags='-fno-strict-aliasing -I/usr/local/include' ccflags ='-fno-strict-aliasing -I/usr/local/include' stdchar='char', d_stdstdio=define, usevfork=false intsize=4, longsize=4, ptrsize=4, doublesize=8 d_longlong=define, longlongsize=8, d_longdbl=define, longdblsize=8 ivtype='long', ivsize=4, nvtype='double', nvsize=8, Off_t='off_t', lseeksize=4 alignbytes=8, usemymalloc=n, prototype=define Linker and Libraries: ld='gcc', ldflags =' -L/usr/local/lib' libpth=/usr/local/lib /lib /usr/lib libs=-lnsl -lndbm -lgdbm -ldb -ldl -lm -lc -lposix -lcrypt libc=/lib/libc-2.1.3.so, so=so, useshrplib=false, libperl=libperl.a Dynamic Linking: dlsrc=dl_dlopen.xs, dlext=so, d_dlsymun=undef, ccdlflags='-rdynamic' cccdlflags='-fpic', lddlflags='-shared -L/usr/local/lib'
