summaryrefslogtreecommitdiffstats
path: root/lib/Text/Handlebars/Compiler.pm
diff options
context:
space:
mode:
authorJesse Luehrs <doy@tozt.net>2012-10-05 20:12:49 -0500
committerJesse Luehrs <doy@tozt.net>2012-10-05 20:12:49 -0500
commitcb8f04e5ce31498009c3591f0ca5a69fdce6c5b8 (patch)
tree2c940cb98b2f4f0df435f84020bc56d35ea8aad3 /lib/Text/Handlebars/Compiler.pm
parentb9fc4f4271752f0938fb806e1bd57db30f8ed0a2 (diff)
downloadtext-handlebars-cb8f04e5ce31498009c3591f0ca5a69fdce6c5b8.tar.gz
text-handlebars-cb8f04e5ce31498009c3591f0ca5a69fdce6c5b8.zip
rename a few things
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) = @_;