From 6ac98d38a537c1dd92bd442800d14565bbf511aa Mon Sep 17 00:00:00 2001 From: Jesse Luehrs Date: Mon, 8 Oct 2012 15:28:32 -0500 Subject: make this a bit more explicit --- lib/Text/Handlebars/Symbol.pm | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'lib/Text/Handlebars/Symbol.pm') 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; -- cgit v1.2.3-54-g00ecf