Re: Apache::StatINC problem with use base

1999-12-14 Thread Doug MacEachern
On Sun, 5 Dec 1999, Autarch wrote: > I encountered a problem using Apache::StatINC with modules that have the > directive: > > use base qw( SomeClass ); > > > The error I got was the following: > > > [Mon Dec 6 07:35:47 1999] [error] Inherited %FIELDS can't override existing %FIELDS >at /u

Apache::StatINC problem with use base

1999-12-05 Thread Autarch
I encountered a problem using Apache::StatINC with modules that have the directive: use base qw( SomeClass ); The error I got was the following: [Mon Dec 6 07:35:47 1999] [error] Inherited %FIELDS can't override existing %FIELDS at /usr/lib/perl5/5.0050 3/base.pm line 73 BEGIN failed--compi