[Catalyst-dev] RFC: new helper api
Tomas Doran
bobtfish at bobtfish.net
Wed Jun 17 23:05:57 GMT 2009
On 17 Jun 2009, at 12:00, Zbigniew Lukasiak wrote:
> I think the beginning would be to just let catalyst.pl run all the
> other helpers.
> Like:
>
> catalyst.pl MyApp model CatalystModelName DBIC::Schema
> MyApp::SchemaClass
>
> So you just add the MyApp at the start - and the rest goes just
> like it was my_app_create.pl.
>
> If that is done - this should open the possibilities for all the
> other modifications.
I don't see how this helps or hinders?
Surely it means that catalyst.pl checks if it can 'cd' into the
directory named by its first argument, then executes script/
myapp_create.pl @ARGV[1..$#ARGV];
??
Please point out what I'm missing....
Cheers
t0m
More information about the Catalyst-dev
mailing list