Apparently 5.00405 has the same problem as 5.00404 as regards the
incompatibility fixed in 1.18. Here is a patch to fix it for 5.00405.

Sincerely,

Adrian Phillips

--- DBI.xs~     Mon Jun  4 19:13:36 2001
+++ DBI.xs      Thu Jun 28 18:18:18 2001
@@ -2768,8 +2768,8 @@
     }
     else {
        RETVAL = &sv_undef;
-#if (PERL_VERSION < 4) || ((PERL_VERSION == 4) && (PERL_SUBVERSION <= 4))
-       RETVAL = newSV(0); /* mutable undef for 5.004_04 */
+#if (PERL_VERSION < 4) || ((PERL_VERSION == 4) && (PERL_SUBVERSION <= 5))
+       RETVAL = newSV(0); /* mutable undef for 5.004_05 */
 #endif
     }
     OUTPUT:

-- 
Your mouse has moved.
Windows NT must be restarted for the change to take effect.
Reboot now?  [OK]

Reply via email to