From 9833f867838e32a8bc969ff3a34ff2157a54cdba Mon Sep 17 00:00:00 2001 From: Jesse Luehrs Date: Sun, 21 Jul 2013 12:05:36 -0400 Subject: cv_clone wasn't public in 5.14 --- Keyword.xs | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/Keyword.xs b/Keyword.xs index 4a094e4..05d42c6 100644 --- a/Keyword.xs +++ b/Keyword.xs @@ -3,6 +3,10 @@ #include "callparser1.h" #include "XSUB.h" +#ifndef cv_clone +#define cv_clone(a) Perl_cv_clone(aTHX_ a) +#endif + #define REENTER_PARSER STMT_START { \ ENTER; \ PL_curcop = &PL_compiling; \ -- cgit v1.2.3-54-g00ecf