From cb8f04e5ce31498009c3591f0ca5a69fdce6c5b8 Mon Sep 17 00:00:00 2001 From: Jesse Luehrs Date: Fri, 5 Oct 2012 20:12:49 -0500 Subject: rename a few things --- lib/Text/Handlebars/Compiler.pm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'lib/Text/Handlebars/Compiler.pm') 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) = @_; -- cgit v1.2.3-54-g00ecf