The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.
[% TRY -%]
    [% PROCESS $type -%]
[% CATCH file -%]
    [% TRY -%]
        [% PROCESS $family -%]
    [% CATCH file -%]
        [% PROCESS 'mimetypes/default.tt' -%]
    [% END -%]
[% END -%]