[Catalyst] DB Schema Config data does not populate.

Charlie Gonzalez itcharlie at gmail.com
Sat Apr 30 23:57:03 GMT 2011


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 package
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/20110430/245f6=
487/attachment.htm


More information about the Catalyst mailing list