On Sun, 4 Jun 2000, Rob Tanner wrote:

> > That you define $VERSION before the bootstrap line.
> > 
> 
> As below:
> 
> $VERSION = '0.9b';
> 
> if ( $ENV{'MOD_PERL'} ) {
>   no strict;
>   @ISA = qw(DynaLoader);
>   __PACKAGE__->bootstrap($VERSION);
> }

That might represent a problem. $VERSION is supposed to be a real
number. Perl uses internal numeric comparison operators on them.

-- 
<Matt/>

Fastnet Software Ltd. High Performance Web Specialists
Providing mod_perl, XML, Sybase and Oracle solutions
Email for training and consultancy availability.
http://sergeant.org http://xml.sergeant.org

Reply via email to