[Catalyst] Renaming a Catalyst Application
Tomas Doran
bobtfish at bobtfish.net
Wed Dec 16 23:17:57 GMT 2009
On 16 Dec 2009, at 20:57, Tom Stall wrote:
> Or, barring that, is it possible to update the scripts, (using the
> catalyst.pl helper script), when they still have the "MyApp" name
> prefix, in a top level directory of a different name?
>
> I might try a link: ln -s OfficialSoundingProductionApp MyApp
> to make things work, but the in-elegance of that possible solution
> makes me gasp.
That will work.
Or just catalyst.pl MyApp; cp MyApp/script/*
OfficialSoundingProductionApp/script/*
either is good.
That aside, renaming your production application's top level directory
doesn't actually rename the classes, so they're still all called
MyApp :)
Cheers
t0m
More information about the Catalyst
mailing list