On Sat May 03 00:44:25 2014, ANDK wrote:
Show quoted text
Fix attached.
Tony
Only in List-Gather-0.08-orig/: callchecker0.h
Only in List-Gather-0.08-orig/: callparser.h
diff -ru List-Gather-0.08-orig/Gather.xs List-Gather-0.08/Gather.xs
--- List-Gather-0.08-orig/Gather.xs 2013-08-01 04:45:16.000000000 +1000
+++ List-Gather-0.08/Gather.xs 2014-05-08 11:19:05.000000000 +1000
@@ -65,6 +65,9 @@
PL_cop_seqmax++;
av_store(PL_comppad_name, offset, namesv);
+#if PERL_VERSION_GE(5,19,3)
+ PadnamelistMAXNAMED(PL_comppad_name) = offset;
+#endif
return offset;
}
Only in List-Gather-0.08: Gather.xs~
Only in List-Gather-0.08: Makefile.old