summaryrefslogtreecommitdiffstats
path: root/lib/Text/Handlebars.pm
diff options
context:
space:
mode:
authorJesse Luehrs <doy@tozt.net>2012-10-18 15:49:10 -0500
committerJesse Luehrs <doy@tozt.net>2012-10-18 15:49:10 -0500
commit9fbbb48c912e710633a521c784c53020be053aac (patch)
tree0653872d8848221f1f6bf0a1cb08ab3555859618 /lib/Text/Handlebars.pm
parentaeaebb1f5210808a2dd97bba9054ef0c007f208e (diff)
downloadtext-handlebars-9fbbb48c912e710633a521c784c53020be053aac.tar.gz
text-handlebars-9fbbb48c912e710633a521c784c53020be053aac.zip
merge_hash is now an opcode
Diffstat (limited to 'lib/Text/Handlebars.pm')
-rw-r--r--lib/Text/Handlebars.pm4
1 files changed, 0 insertions, 4 deletions
diff --git a/lib/Text/Handlebars.pm b/lib/Text/Handlebars.pm
index 787ac22..9e3f93c 100644
--- a/lib/Text/Handlebars.pm
+++ b/lib/Text/Handlebars.pm
@@ -124,10 +124,6 @@ sub default_functions {
return {
%{ $class->SUPER::default_functions(@_) },
%{ $class->default_helpers },
- '(merge_hash)' => sub {
- my ($left, $right) = @_;
- return { %$left, %$right };
- },
};
}