[Zope-Perl] Beta 3

Gisle Aas gisle@ActiveState.com
14 Nov 2000 13:42:54 -0800


Not much has changed since the last release.  I just collected
together some minor fixes:

pyperl:

   Python lists wrapped up in Python::Object now support builtin
   push/pop/shift/unshift/splice and exists.

   Fixed non MULTI_PERL builds.  Did not compile because of missing dTHX
   declarations and a dCTX that expanded to nothing.

   perlsh.py will now use Term::ReadLine.  This allow command line editing.

zoperl:

   We now look up ./lib/perl and ./Extensions relative to
   INSTANCE_HOME.  Bug reported by Stephen Harrison.

   PUT on PerlMethods was broken.

   Avoid "select 1" to trigger connection setup for ZDBI_DA.
   Now we always do connect on demand.

Downloads available from:

   ftp://ftp.activestate.com/Zope-Perl/
   http://www.ActiveState.com/download/Zope-Perl/

Regards,
Gisle