> So... either you don't have h2ph'ed the necessary .ph files, or aliens > have invaded from the outer space. Can you try unzipping your pp'ed > a.out and compare the included .ph files with mine?
Good suggestion! I unziped it and sure enough, no .ph files were present. So I started adding debug into ScanDeps.pm and I noticed that my version of SerialPort.pm was being echoed as SerialJunk.pm. I see this at the top of SerialPort.pm file: package SerialJunk; Soooo, I copied the Device/SerialPort.pm clause you have in ScanDeps.pm and changed it to SerialJunk.pm. Now it all works great! No space aliens required today :) So maybe my install of SerialPort was not valid for some reason? What does your SerialPort.pm module list as the package name? Bruce
