Hopefully fixed by the attached.
--
Paul Evans
=== modified file 'lib/Tickit.xs'
--- lib/Tickit.xs 2016-08-08 14:46:18 +0000
+++ lib/Tickit.xs 2016-09-29 20:42:01 +0000
@@ -18,6 +18,11 @@
// UVs also have the IOK flag set
#define SvIsNumeric(sv) (SvFLAGS(sv) & (SVp_IOK|SVp_NOK))
+// back-compat for 5.10.0 since it's easy
+#ifndef mPUSHs
+# define mPUSHs(sv) PUSHs(sv_2mortal(sv))
+#endif
+
static TickitEventType tickit_name2ev(const char *name)
{
switch(name[0]) {