Blob Blame History Raw
--- ./lib/core/src/perl/RefHash.xs.orig	2014-04-04 12:57:29.000000000 -0600
+++ ./lib/core/src/perl/RefHash.xs	2014-04-07 11:24:29.567642078 -0600
@@ -88,7 +88,7 @@ SV* ref2key(SV *keysv, tmp_keysv *tmp_ke
    }                                                                    \
 } STMT_END
 
-static char err_ref[]="Reference as a key in a normal hash";
+static const char err_ref[]="Reference as a key in a normal hash";
 
 static inline
 int ref_key_allowed(HV *class)