This "crust" method of supplying templates for your own code is one of two reasons why I'm not comfortable with catalyst and I'm really thinking of using CGI::Application in my upcoming web project.

Do you have any info on how the crust changed over time? Should be easy to find out, just use myapp_create.pl with an old catalyst version and a new one, then diff. If you see functional differences then catalyst has a design weakness, otherwise it probably is no fault of the "crust". It also depends on what else myapp_create.pl is doing. If it modifies internal configs or lists, it might be even worse. But that is a question best put to someone working in the catalyst team


In reply to Re: Transferring a Catalyst installation by jethro
in thread Transferring a Catalyst installation by dwm042

Title:
Use:  <p> text here (a paragraph) </p>
and:  <code> code here </code>
to format your post, it's "PerlMonks-approved HTML":



  • Posts are HTML formatted. Put <p> </p> tags around your paragraphs. Put <code> </code> tags around your code and data!
  • Titles consisting of a single word are discouraged, and in most cases are disallowed outright.
  • Read Where should I post X? if you're not absolutely sure you're posting in the right place.
  • Please read these before you post! —
  • Posts may use any of the Perl Monks Approved HTML tags:
    a, abbr, b, big, blockquote, br, caption, center, col, colgroup, dd, del, details, div, dl, dt, em, font, h1, h2, h3, h4, h5, h6, hr, i, ins, li, ol, p, pre, readmore, small, span, spoiler, strike, strong, sub, summary, sup, table, tbody, td, tfoot, th, thead, tr, tt, u, ul, wbr
  • You may need to use entities for some characters, as follows. (Exception: Within code tags, you can put the characters literally.)
            For:     Use:
    & &amp;
    < &lt;
    > &gt;
    [ &#91;
    ] &#93;
  • Link using PerlMonks shortcuts! What shortcuts can I use for linking?
  • See Writeup Formatting Tips and other pages linked from there for more info.