perl-DBI/perl-DBI-1.37-prever.patch
cvsdist 4ff6e0bd24 auto-import changelog data from perl-DBI-1.37-1.src.rpm
Mon Jul 07 2003 Chip Turner <cturner@redhat.com> 1.37-1
- upgrade to 1.37
Wed Apr 02 2003 Chip Turner <cturner@redhat.com> 1.32-6
- add buildrequires on perl-Time-HiRes
2004-09-09 10:07:55 +00:00

17 lines
550 B
Diff

This diff is to remove a version check that is causing trouble with
RH's perl 5.8.1 prerelease. Since we mark it as 5.8.0, this confuses
modules that do checks.
--- DBI-1.37/DBI.xs.prever 2003-07-07 08:42:08.000000000 -0400
+++ DBI-1.37/DBI.xs 2003-07-07 08:42:31.000000000 -0400
@@ -54,10 +54,6 @@
#define aTHXo_
#endif
-#if (PERL_VERSION < 8) || ((PERL_VERSION == 8) && (PERL_SUBVERSION == 0))
-#define DBI_save_hv_fetch_ent
-#endif
-
static imp_xxh_t *dbih_getcom _((SV *h));
static imp_xxh_t *dbih_getcom2 _((SV *h, MAGIC **mgp));