I'm having a hard time getting Catalyst to create a model. It's looking for a perl module that doesn't seem to exist.
$ script/MyApp_create.pl model DBIC DBIC::SchemaLoader 'dbi:SQLite:/MyApp/MyApp.db' exists "/MyApp/script/../lib/MyApp/Model" exists "/MyApp/script/../t" Couldn't load helper "Catalyst::Helper::Model::DBIC::SchemaLoader", "Can't locate Catalyst/Helper/Model/DBIC/SchemaLoader.pm in @INC (@INC contains: /usr/lib/perl5/5.8/cygwin /usr/lib/perl5/5.8 /usr/lib/perl5/site_perl/5.8/cygwin /usr/lib/perl5/site_perl/5.8 /usr/lib/perl5/site_perl/5.8/cygwin /usr/lib/perl5/site_perl/5.8 /usr/lib/perl5/vendor_perl/5.8/cygwin /usr/lib/perl5/vendor_perl/5.8 /usr/lib/perl5/vendor_perl/5.8/cygwin /usr/lib/perl5/vendor_perl/5.8 .) at (eval 12) line 3. " at script/MyApp_create.pl line 22 I'm following the instructions here: http://cpansearch.perl.org/dist/Catalyst/lib/Catalyst/Manual/Intro.pod#Models _______________________________________________ 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/
