From 458ba9a07adb5634dd17a936411e738e13a74826 Mon Sep 17 00:00:00 2001 From: Jesse Luehrs Date: Thu, 18 Oct 2012 15:49:10 -0500 Subject: merge_hash is now an opcode --- lib/Text/Handlebars.pm | 4 ---- 1 file changed, 4 deletions(-) (limited to 'lib/Text/Handlebars.pm') 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 }; - }, }; } -- cgit v1.2.3-54-g00ecf