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>2013-01-02 13:56:20 -0600
commit458ba9a07adb5634dd17a936411e738e13a74826 (patch)
treec24b1e840cd83167e1abbd6e129745935f589ad7 /lib/Text/Handlebars.pm
parent174ac6de8d5e349b32480ffd8e0f0c3feae87a62 (diff)
downloadtext-handlebars-458ba9a07adb5634dd17a936411e738e13a74826.tar.gz
text-handlebars-458ba9a07adb5634dd17a936411e738e13a74826.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 };
- },
};
}