Hi,alls
I am following the tutorial of CatalystManualTutorial to try my
trip of Catalyst.
In the CatalystBasics.html , I have meet a problem.It happen with this:
Everything go right before it tell me to do.
when it call me to use "Catalyst::Model::DBIC::Schema" to load model
class.
and to run this script:
$ script\myapp_create.pl model MyAppDB DBIC::Schema MyAppDB
dbi:SQLite:myapp.db '' '' '{ AutoCommit => 1 }'
it should response like this.
exists "/root/dev/MyApp/script/../lib/MyApp/Model"
exists "/root/dev/MyApp/script/../t"
created "/root/dev/MyApp/script/../lib/MyApp/Model/MyAppDB.pm"
created "/root/dev/MyApp/script/../t/model_MyAppDB.t"
but in fact,nothing happend, no output ,and no files create ,what should
I do then ?
I am using Activeperl-5.8.8-819 on MS winXP SP2. Catalyst-5.6902
--
Nothing for happy.
_______________________________________________
List: [email protected]
Listinfo: http://lists.rawmode.org/mailman/listinfo/catalyst
Searchable archive: http://www.mail-archive.com/[email protected]/
Dev site: http://dev.catalyst.perl.org/