in reply to XML::Simple broken in 5.8.0?
XML::Simple uses Storable for cacheing data structures. Storable, in turn, uses Fcntl for file locking. This should have been installed along with the new version of Perl, but make sure you aren't using an earlier version with the XS components compiled under the older version of Perl -- 5.8.0 breaks binary compatibility. (check @INC and search for Fcnt.pm).
Matt
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re: Re: XML::Simple broken in 5.8.0?
by theguvnor (Chaplain) on Dec 16, 2002 at 20:43 UTC |