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

Templates again

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