[Catalyst] Re: DB Schema Config data does not populate.

Charlie Gonzalez itcharlie at gmail.com
Tue May 3 01:10:15 GMT 2011


Hello,

Seems like the config entry was populated in the Model AddressDB rather than
the Schema AddressDB.

Nothing to worry about. It works just fine :D

-- =

Charlie Gonzalez
(E) itcharlie at gmail.com
http://itcharlie.blogspot.com/

On Sat, Apr 30, 2011 at 7:57 PM, Charlie Gonzalez <itcharlie at gmail.com>wrot=
e:

> Hello,
>
> I reading and following the examples of the Catalyst 5.8 PackT Publishing
> book.
>
> I am working in chapter 3 right after the execution of :
>
> $ perl script/addressbook_create.pl model AddressDB DBIC::Schema
> AddressBook::Schema::AddressDB create=3Dstatic dbi:SQLite:database
>
> I am suppose to be able to see the __PACKAGE__->config entry in the packa=
ge
> AddressBook::Schema::AddressDB;
>
> but this entry does not exist in the package ( example below )
>
> cgonzalez at ubuntu:~/AddressBook/lib/AddressBook/Schema$ cat AddressDB.pm
> package AddressBook::Schema::AddressDB;
>
> use strict;
> use warnings;
>
> use base 'DBIx::Class::Schema';
>
> __PACKAGE__->load_namespaces;
>
>
> Should I be concerned about this?
>
>
> --
> Charlie Gonzalez
> (E) itcharlie at gmail.com
>
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.scsys.co.uk/pipermail/catalyst/attachments/20110502/22a57=
c6a/attachment.htm


More information about the Catalyst mailing list