Hello, <br><br>Seems like the config entry was populated in the Model AddressDB rather than the Schema AddressDB.<br><br>Nothing to worry about. It works just fine :D<br><br>-- <br>Charlie Gonzalez<br>(E) <a href="mailto:itcharlie@gmail.com" target="_blank">itcharlie@gmail.com</a><br>
<a href="http://itcharlie.blogspot.com/" target="_blank">http://itcharlie.blogspot.com/</a><br><br><div class="gmail_quote">On Sat, Apr 30, 2011 at 7:57 PM, Charlie Gonzalez <span dir="ltr">&lt;<a href="mailto:itcharlie@gmail.com">itcharlie@gmail.com</a>&gt;</span> wrote:<br>
<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex;">Hello,<br><br>I reading and following the examples of the Catalyst 5.8 PackT Publishing book.<br><br>I am working in chapter 3 right after the execution of :<br>
<br><span style="color:rgb(51, 51, 255)">$ perl script/<a href="http://addressbook_create.pl" target="_blank">addressbook_create.pl</a> model AddressDB DBIC::Schema AddressBook::Schema::AddressDB create=static dbi:SQLite:database</span><br>

<br>I am suppose to be able to see the <span style="color:rgb(51, 51, 255)">__PACKAGE__-&gt;config</span> entry in the <span style="color:rgb(51, 51, 255)">package AddressBook::Schema::AddressDB;</span><br style="color:rgb(51, 51, 255)">

<br>but this entry does not exist in the package ( example below )<br><br style="color:rgb(51, 51, 255)"><span style="color:rgb(51, 51, 255)">cgonzalez@ubuntu:~/AddressBook/lib/AddressBook/Schema$ cat AddressDB.pm</span><br style="color:rgb(51, 51, 255)">

<span style="color:rgb(51, 51, 255)">package AddressBook::Schema::AddressDB;</span><br style="color:rgb(51, 51, 255)"><br style="color:rgb(51, 51, 255)"><span style="color:rgb(51, 51, 255)">use strict;</span><br style="color:rgb(51, 51, 255)">

<span style="color:rgb(51, 51, 255)">use warnings;</span><br style="color:rgb(51, 51, 255)"><br style="color:rgb(51, 51, 255)"><span style="color:rgb(51, 51, 255)">use base &#39;DBIx::Class::Schema&#39;;</span><br style="color:rgb(51, 51, 255)">

<br style="color:rgb(51, 51, 255)"><span style="color:rgb(51, 51, 255)">__PACKAGE__-&gt;load_namespaces;</span><br style="color:rgb(51, 51, 255)"><br style="color:rgb(51, 51, 255)"><br>Should I be concerned about this?<br>
<font color="#888888">
<br clear="all"><br>-- <br>Charlie Gonzalez<br>(E) <a href="mailto:itcharlie@gmail.com" target="_blank">itcharlie@gmail.com</a><br><br>
</font></blockquote></div><br><br><br>