%ARGS>
$Object => undef
%ARGS>
% if( $m->comp_exists( $path ) ) {
% $m->comp( $path, Object => $Object );
% } else {
<% $Object->_AsString %>
% }
<%ONCE>
require File::Spec;
%ONCE>
<%INIT>
my $path = ref $Object;
$path =~ s/:/-/g;
$path = File::Spec->catfile( 'Object', $path );
%INIT>