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">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>
<br clear="all"><br>-- <br>Charlie Gonzalez<br>(E) <a href="mailto:itcharlie@gmail.com" target="_blank">itcharlie@gmail.com</a><br><br>