document rt ticket for overload::constant weirdness
[scpubgit/HTML-String.git] / xt / tt.t
diff --git a/xt/tt.t b/xt/tt.t
index debdbbd..37e644d 100644 (file)
--- a/xt/tt.t
+++ b/xt/tt.t
@@ -28,6 +28,8 @@ is(
     '<tag>Hi <bob></tag>',
 );
 
+# Check we aren't nailed by https://rt.perl.org/rt3/Ticket/Display.html?id=49594
+
 is(
     do_tt('<foo>"$bar"</foo>'."\n"),
     '<foo>"$bar"</foo>'."\n"