Re: mod_parrot 0.2

2005-03-29 Thread Leopold Toetsch
Leopold Toetsch wrote: 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 Actually it is: $P0 = interpinfo .INTERPINFO_CURRENT_SUB ns = $P0."get_name_space"() See the new tests in namespa

Re: mod_parrot 0.2

2005-03-29 Thread Jeff Horwitz
On Tue, 29 Mar 2005, Leopold Toetsch wrote: > 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. > > &g

Re: mod_parrot 0.2

2005-03-29 Thread Leopold Toetsch
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 beginning

mod_parrot 0.2

2005-03-28 Thread Jeff Horwitz
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. major changes include support for parrot 0.1.2 (phoenix), the beginnings of a thread-safe interpreter pool, support for more apache hooks, updated documentation