mod_parrot works again!
Submitted by jeff on August 29, 2009 - 1:48pm.I've completely refactored the mod_parrot configuration subsystem and made everything work with an installed Parrot and Rakudo as of Parrot r40850. This was way more work than I thought it would be, but it's done! Now you tell Configure.pl where parrot_config, apxs, and (optionally) perl6 are, and it takes care of the rest. Building against an uninstalled Parrot source tree is now unsupported, though it may still work.
All tests pass and everything seems to work after installing except for ModPerl6::Registry. I think recent Rakudo and/or Parrot changes broke that, so I'll have to take a look. Regular mod_perl6 handlers work fine. That's all for now.
