On Thu, Jun 19, 2008 at 05:02:56PM -0700, Mark Glines wrote: > Looking at Storable.xs in the various perl revs, it looks like 5.8.4 is the > earliest version of perl which won't have this issue. If that isn't an > acceptable requirement for parrot, I can try to figure out how to make the > pmc2c data structures more compatible, so the older versions of Storable can > serialize them properly.
Storable is dual life, so you could just depend on the version of Storable in 5.8.4 (2.12, I think). That way, anyone with an earlier Perl need only upgrade Storable. Nicholas Clark