Subject: | M vs Model (short vs long name) |
I just tried the scaffolding and it broke because I happened to have named my model classes MyApp::Model::CDBI::* (which is the new "standard") instead of MyApp::M::CDBI::* (which the scaffolding uses).
I guess it needs to verify the actual name of the module.
Either that, or myapp_create.pl needs to support the -short option.
Or something.
/J