Hi all,

here is ready-for-commit version of Data::Dumper.
Not everything is documented yet, but the original interface is still 
functional.
Most of the code is now loaded with load_bytecode, which reduces memory usage 
if several loaded modules are using the dumper.

New/modified things:
- the code is loaded with load_bytecode
- parrot's new method calling syntax is used
- initial support for different output styles

Data::Dumper now depends on
library/onload.imc and library/objects.imc, both are included in the attached 
file.

onload.imc is a small helper file that calls __onload when it is included, and 
prints an error message if the including file is directly executed with 
parrot.

objects.imc is a cleaned version of objecthacks.imc...

jens


Attachment: dumper.tgz
Description: application/tgz

Reply via email to