From: Tomas Doran Date: Sun, 12 Apr 2009 16:36:19 +0000 (+0000) Subject: What the hell is this, what is it doing here? X-Git-Tag: 5.80001~32 X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?p=catagits%2FCatalyst-Runtime.git;a=commitdiff_plain;h=d24cef921ff7b5641b6b4b3665decdcf2fbea122 What the hell is this, what is it doing here? --- diff --git a/lib/Catalyst/View.pm b/lib/Catalyst/View.pm index 7ff0450..1959a77 100644 --- a/lib/Catalyst/View.pm +++ b/lib/Catalyst/View.pm @@ -46,12 +46,6 @@ sub process { } -=head2 $c->merge_hash_config( $hashref, $hashref ) - -Merges two hashes together recursively, giving right-hand precedence. - -=cut - =head1 AUTHORS Catalyst Contributors, see Catalyst.pm