Subject: | Does not compile on development perl series >= 5.13.4 |
sv_undef and friends have been gone from the core for a while. Starting
with perl 5.13.4 the fallback mechanism was removed entirely via:
http://perl5.git.perl.org/perl.git/commit/cfef31b27d1a56cda74e23698243f3be70bd9cb3
Please release a new version with proper changes to PL_sv_undef etc.
Building and testing DBD-mysql-4.018 for DBD::mysql ... cp
lib/DBD/mysql.pm blib/lib/DBD/mysql.pm
cp lib/DBD/mysql/GetInfo.pm blib/lib/DBD/mysql/GetInfo.pm
cp lib/DBD/mysql/INSTALL.pod blib/lib/DBD/mysql/INSTALL.pod
cp lib/Bundle/DBD/mysql.pm blib/lib/Bundle/DBD/mysql.pm
cc -c
-I/home/rabbit/perl5/perlbrew/perls/5.13.4/lib/site_perl/5.13.4/i686-linux-thread-multi/auto/DBI
-I/usr/include/mysql -DBIG_JOINS=1 -fno-strict-aliasing -DUNIV_LINUX
-DUNIV_LINUX -DDBD_MYSQL_INSERT_ID_IS_GOOD -g -D_REENTRANT
-D_GNU_SOURCE -DDEBUGGING -fno-strict-aliasing -pipe -fstack-protector
-I/usr/local/include -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g
-DVERSION=\"4.018\" -DXS_VERSION=\"4.018\" -fPIC
"-I/home/rabbit/perl5/perlbrew/perls/5.13.4/lib/5.13.4/i686-linux-thread-multi/CORE"
dbdimp.c
dbdimp.c: In function ‘mysql_db_FETCH_attrib’:
dbdimp.c:2447: error: ‘sv_undef’ undeclared (first use in this function)
dbdimp.c:2447: error: (Each undeclared identifier is reported only once
dbdimp.c:2447: error: for each function it appears in.)
make: *** [dbdimp.o] Error 1