The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.
<%args>
$precondition
</%args>

% use YAML::Syck;

<h3>Precondition <% $precondition->{id} %></h3>

% delete $precondition->{id};
<pre>
<% Dump $precondition %>
</pre>
%# Local Variables:
%# buffer-file-coding-system: utf-8
%# End: