summaryrefslogtreecommitdiffstats
path: root/lib/Text/Handlebars/Symbol.pm
diff options
context:
space:
mode:
authorJesse Luehrs <doy@tozt.net>2012-10-08 15:28:32 -0500
committerJesse Luehrs <doy@tozt.net>2012-10-08 15:28:32 -0500
commit6ac98d38a537c1dd92bd442800d14565bbf511aa (patch)
tree574ad0d4c4134171e1cdde27d4ca98f996a9c4d8 /lib/Text/Handlebars/Symbol.pm
parentfc3a232b4651894456961a143475b34fe948e08f (diff)
downloadtext-handlebars-6ac98d38a537c1dd92bd442800d14565bbf511aa.tar.gz
text-handlebars-6ac98d38a537c1dd92bd442800d14565bbf511aa.zip
make this a bit more explicit
Diffstat (limited to 'lib/Text/Handlebars/Symbol.pm')
-rw-r--r--lib/Text/Handlebars/Symbol.pm5
1 files changed, 5 insertions, 0 deletions
diff --git a/lib/Text/Handlebars/Symbol.pm b/lib/Text/Handlebars/Symbol.pm
index 6db7ac9..36fd3ba 100644
--- a/lib/Text/Handlebars/Symbol.pm
+++ b/lib/Text/Handlebars/Symbol.pm
@@ -8,6 +8,11 @@ has is_helper => (
isa => 'Bool',
);
+has is_block_helper => (
+ is => 'rw',
+ isa => 'Bool',
+);
+
__PACKAGE__->meta->make_immutable;
no Any::Moose;