Author: timbo
Date: Fri Aug 27 13:55:43 2010
New Revision: 14343
Modified:
dbi/trunk/Changes
dbi/trunk/DBIXS.h
Log:
Restore PERL_POLLUTE mode for now so the DBI itself isn't the cause of
premature pain
with drivers that still require PERL_POLLUTE.
Modified: dbi/trunk/Changes
==============================================================================
--- dbi/trunk/Changes (original)
+++ dbi/trunk/Changes Fri Aug 27 13:55:43 2010
@@ -8,12 +8,6 @@
=head2 Changes in DBI 1.614 (svn r14333) 16th August 2010
-XXX Removed PERL_POLUTE to emulate perl 5.13.3+ where it has been removed.
-XXX This is temporary for testing. Driver authors should test their code
-XXX against this version of the DBI to ensure it'll work with 5.13.3+
-XXX Driver authors should also check if they define PERL_POLUTE and
-XXX either (temporarily) remove it or test with blead-perl.
-
Fixed internals to not refer to old perl symbols that
will no longer be visible in perl >5.13.3 (Andreas Koenig)
Many compiled drivers are likely to need updating.
Modified: dbi/trunk/DBIXS.h
==============================================================================
--- dbi/trunk/DBIXS.h (original)
+++ dbi/trunk/DBIXS.h Fri Aug 27 13:55:43 2010
@@ -2,7 +2,7 @@
*
* $Id$
*
- * Copyright (c) 1994-2009 Tim Bunce Ireland
+ * Copyright (c) 1994-2010 Tim Bunce Ireland
*
* See COPYRIGHT section in DBI.pm for usage and distribution rights.
*/
@@ -17,7 +17,6 @@
/* Here for backwards compat. PERL_POLLUTE was removed in perl 5.13.3 */
#define PERL_POLLUTE
-#undef PERL_POLLUTE /* XXX temp undef to simplify testing */
/* first pull in the standard Perl header files for extensions */
#include <EXTERN.h>