In preparation for a talk I'm to give in December, I've been building Catalyst installations in all the various ways described in
Diment and Trout. I have three virtual servers running four different Catalyst configurations (from distro packages, from system Perl using CPAN and local::lib, from custom Perl using CPAN). Trying to move some of my original Catalyst work from one of these installations to another has proved to be challenging.
Fedora is behind Ubuntu and apt-get. Suse is on Perl 5.12, the others on 5.10. CPAN is more up to date than any distro. More so, going from one Catalyst 5.8 subvariation to another by a simple tarball results in Catalyst "guts" that don't sync. I'm not 100% certain, but I think a successful transfer would be a bit like baking a pie. You need to start out with a fresh "crust" (new components created using the myapp_create.pl script) each time. Just fill in the "crust" with your code (your "filling" using this analogy) and go.
Does anyone else have any experience with this, and what were their results?
David.
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: |
| & | | & |
| < | | < |
| > | | > |
| [ | | [ |
| ] | | ] |
Link using PerlMonks shortcuts! What shortcuts can I use for linking?
See Writeup Formatting Tips and other pages linked from there for more info.