Hello everybody! All libraries are now in runtime/parrot/library. Everything in the old library directory will be removed in a few days.
Everything should work without modifications. If you have changed any file in library/, please commit the modified file in runtime/parrot/library. runtime/parrot/include is from now on used for generated files only, I'll move the handwritten files from there to runtime/parrot/library. The following files are obsolete and are readded in the new directory: library/onload.imc library/objects.imc library/sort.imc The things in runtime/parrot/library/Data are from now on obsolete, but will stay available for a transit time (library/dumper.imc is _not_ affected). The new names are (if no better proposal is made): - PMC::Dumper instead of Data::Dumper - PMC::QuoteString instead of Data::Escape - PMC::Sort::XXX instead of Data::Sort, where xxx are different algorithms jens