Commit cda1191b authored by Mark Ottaway's avatar Mark Ottaway
Browse files

Modify template for =

parent a370bb06
Loading
Loading
Loading
Loading
+3 −3
Original line number Diff line number Diff line
@@ -58,10 +58,10 @@ perl {
	#  Uncomment and change if you want to use function
	#  names other than the defaults.
	#
	<% if defined?(@function_names) %>
	<% if defined?(@function_names) -%>
	<% @function_names.each_pair do |default, value| -%>
    <%= default %><%= value %>
    <% end -%>
    <%= default %> = <%= value %>
    <% end %>
    <% end %>
	#func_authenticate = authenticate
	#func_authorize = authorize