Shlomi Fish writes:
> There could be several reasons:
> 
> 1. The @INC of the installed module was perl-version-specific. E.g in my 
> perl
> -V:

> As you can see, some of them are versioned and if the previous versions 
> are not
> added to the inc of the new perl, the modules installed there won't be
> available.
> 
> 2. Sometimes new versions of perl-5.x break the XS API or ABI and can no 
> longer
> load the shared libraries that are associated with some binary-including
> modules.
> 
> 3. Possible other reasons.

Thanks very much. I suspect your second reason was what happened
here.

Martin

-- 
To unsubscribe, e-mail: beginners-unsubscr...@perl.org
For additional commands, e-mail: beginners-h...@perl.org
http://learn.perl.org/


Reply via email to