summaryrefslogtreecommitdiffstats
path: root/lib/Text/Handlebars/Compiler.pm
diff options
context:
space:
mode:
Diffstat (limited to 'lib/Text/Handlebars/Compiler.pm')
-rw-r--r--lib/Text/Handlebars/Compiler.pm2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/Text/Handlebars/Compiler.pm b/lib/Text/Handlebars/Compiler.pm
index dd70e65..8c89b06 100644
--- a/lib/Text/Handlebars/Compiler.pm
+++ b/lib/Text/Handlebars/Compiler.pm
@@ -11,7 +11,7 @@ has '+syntax' => (
sub define_helper { shift->parser->define_helper(@_) }
-sub _generate_block {
+sub _generate_block_body {
my $self = shift;
my ($node) = @_;