We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent aa71a64 commit 87e6c73Copy full SHA for 87e6c73
DBIXS.h
@@ -36,6 +36,7 @@
36
37
/* Perl backwards compatibility definitions */
38
#define NEED_sv_2pv_flags
39
+#define NEED_croak_xs_usage
40
#include "dbipport.h"
41
42
/* DBI SQL_* type definitions */
lib/DBI/Changes.pm
@@ -28,6 +28,14 @@ Make Changes match CPAN::Changes::Spec and regen DBI::Changes from that
28
29
Fixes for modern gcc i.c.w. recent perl (Daniël)
30
31
+=item *
32
+
33
+Small code & doc cleanups for recent perl
34
35
+See TODO in `perldoc DBI` to see where you can help with documentation!
=back
=head2 Changes in DBI 1.644 - 23 Aug 2024
0 commit comments