I just checked my app trace and below warning also added to list.
Not inlining a constructor for Apty::Schema since its parent DBIx::Class::Schema doesn't contain a 'new' method. If you are certain you don't need to inline your constructor, specify inline_constructor => 0 in your call to Apty::Schema->meta->make_immutable On Sat, 23 Apr 2011 00:08:45 +0530, Vivek Chhikara wrote: > Folks, > > I added a few columns to one of my mysql table and tried to reload the DB model. > > But it hangs ofter displaying below output. > > -bash-3.2$ ./apty_create.pl model DB DBIC::Schema Apty::Schema create=static dbi:mysql:database user password > exists "/home/apty/script/../lib/Apty/Model" > exists "/home/apty/script/../t" > > ^C > -bash-3.2$ > > I tried to connect to the db using mysql with above user+password and I am able to connnect. > > Any clue is appreciated.
_______________________________________________ List: [email protected] Listinfo: http://lists.scsys.co.uk/cgi-bin/mailman/listinfo/catalyst Searchable archive: http://www.mail-archive.com/[email protected]/ Dev site: http://dev.catalyst.perl.org/
