Jeff Horwitz <[EMAIL PROTECTED]> wrote: > mod_parrot 0.2 is now available from http://www.smashing.org/mod_parrot or > from SVN at http://svn.perl.org/parrot-modules/mod_parrot.
Steadily evolving, great. > major changes include support for parrot 0.1.2 (phoenix), the beginnings > of a thread-safe interpreter pool, Didn't find the latter. BTW. I saw your remark WRT namespaces. Nested namespaces should work now: see t/pmc/namespace.t One thing still missing is to retrieve the current namespace inside a subroutine, which will be in RSN, e.g.: $P0 = interpinfo .INTERPINFO_CURRENT_NAMESPACE leo