Fix missing escape on < 5.8.3 codepath
[gitmo/Role-Tiny.git] / t / role-tiny.t
index 7bbe99c..ebd7b8e 100644 (file)
@@ -21,6 +21,7 @@ BEGIN {
 
   use constant SIMPLE => 'simple';
   use constant REF_CONST => [ 'ref_const' ];
+  use constant VSTRING_CONST => v1;
 
   sub req1 { }
   sub req2 { }