From: Mark S. H. <mh...@ug...> - 2006-10-31 22:26:54
|
On Oct 31, 2006, at 4:13 PM, mro...@cs... wrote: > We had the IT department install "Error.pm version 0.17006" today, and > then I run > > ga GUS::Supported::Plugin::InsertSequenceFeatures --help > > Getting the same errors as before: > > Base class package "Error" is empty. Michael, Run this test: perl -e 'use Error'; It should give no output. If it complains that it "Can't locate Error.pm in @INC ......." show this test and error message to your IT department. They should be able to help your perl find the Error.pm they installed. It's not a GUS issue. Good luck, Mark |