[Catalyst] upgrade Catalyst 5.59 from 5.3
Mikael Svantesson
xevz at distopic.net
Fri Dec 2 11:37:15 CET 2005
On Thu, Dec 01, 2005 at 03:51:43PM -0800, Will Smith wrote:
> hi,
> i am developing my app using 5.3, and untill recently recognize that those experts have released the newer version. I could keep using the old version but my server has already installed the newer one, so here comes the problem. I see some change in the folder name such as M->Model, C->Controller ... and not using the CDBI, but DBIC instead ...
> So, someone please tell me what should I do to upgrade to the new version (with dependency mods) without breaking things. Or point me to some docs/thread that i could read.
> thanks
>
>
> ---------------------------------
> Yahoo! Personals
> Single? There's someone we'd like you to meet.
> Lots of someones, actually. Yahoo! Personals
> _______________________________________________
> Catalyst mailing list
> Catalyst at lists.rawmode.org
> http://lists.rawmode.org/mailman/listinfo/catalyst
You can continue to use C, M and V if you use the -short argument.
Like so:
catalyst.pl -short MyApp
./script/myapp_create.pl -short controller ...
And so on.
More information about the Catalyst
mailing list