Subject: | Compile under 5.00404 |
The attached patch seems to be necessary to compile Storable under
5.00404. There are still some test failures, but at least it compiles.
Regards,
Slaven
Subject: | Storable-newCONSTSUB.patch |
--- /usr/local/src/CPAN/build/Storable-2.16-7ByQf1/Storable.xs Wed Mar 21 03:16:24 2007
+++ Storable.xs Tue Oct 23 00:20:28 2007
@@ -20,6 +20,7 @@
#if !defined(PERL_VERSION) || PERL_VERSION < 8
#define NEED_load_module
#define NEED_vload_module
+#define NEED_newCONSTSUB
#include "ppport.h" /* handle old perls */
#endif