summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJesse Luehrs <doy@tozt.net>2012-10-04 16:13:58 -0500
committerJesse Luehrs <doy@tozt.net>2012-10-04 16:13:58 -0500
commita2215f8cc2114615ff6faa6650ad657b05f10a40 (patch)
tree81dce74edd05507b17f440669cf6e1ac812e64d1
parent05539a2d996e78ead8476ee2ed360e83857ab3a2 (diff)
downloadtext-handlebars-a2215f8cc2114615ff6faa6650ad657b05f10a40.tar.gz
text-handlebars-a2215f8cc2114615ff6faa6650ad657b05f10a40.zip
remove outdated comments
-rw-r--r--lib/Text/Xslate/Syntax/Handlebars.pm4
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/Text/Xslate/Syntax/Handlebars.pm b/lib/Text/Xslate/Syntax/Handlebars.pm
index 64abf94..80e689b 100644
--- a/lib/Text/Xslate/Syntax/Handlebars.pm
+++ b/lib/Text/Xslate/Syntax/Handlebars.pm
@@ -14,8 +14,8 @@ sub _build_identity_pattern { qr/[A-Za-z_][A-Za-z0-9_?]*/ }
sub _build_comment_pattern { qr/\![^;]*/ }
sub _build_line_start { undef }
-sub _build_tag_start { '{{' } # XXX needs to be modifiable
-sub _build_tag_end { '}}' } # XXX needs to be modifiable
+sub _build_tag_start { '{{' }
+sub _build_tag_end { '}}' }
sub _build_shortcut_table { +{} }