<p>Not really sure how to fix that, since it's a warning from <a href="https://metacpan.org/source/ILMARI/Catalyst-Model-DBIC-Schema-0.61/lib/Catalyst/Model/DBIC/Schema.pm#L536">https://metacpan.org/source/ILMARI/Catalyst-Model-DBIC-Schema-0.61/lib/Catalyst/Model/DBIC/Schema.pm#L536</a></p>

<p>As a temp hack, you could probably monkey patch the _install_rs_models() method.</p>

<p>But getting $c-&gt;model('DB::myresult') to work will probably be harder, since it relies on the source info to be loaded. Just do $c-&gt;model('DB')-&gt;resultset('myresult') instead or make a new helper method (or whatever it's called in Catalyst)</p>

<p style="font-size:small;-webkit-text-size-adjust:none;color:#666;">&mdash;<br>Reply to this email directly or <a href='https://github.com/dbsrgits/dbix-class/pull/32#issuecomment-23802846'>view it on GitHub</a>.<img src='https://github.com/notifications/beacon/4W3BWTo7EIi_7vx28Xzl_kdnrPAwPmsKZBxha7KiLlJd-SGu9vsQRlZGb5qHyq-Z.gif' height='1' width='1'></p>