<p>Per discussion with mst and ribasushi today in #dbix-class about calling new_result instead of new for row objects.  The constructor will get hosed when using MooseX::NonMoose, so that is another reason to keep things clear by always calling new_result.</p>

<hr>

<h4>You can merge this Pull Request by running</h4>
<pre>  git pull https://github.com/mcsnolte/dbix-class deprecated_rs_new</pre>
<p>Or view, comment on, or merge it at:</p>
<p>&nbsp;&nbsp;<a href='https://github.com/dbsrgits/dbix-class/pull/31'>https://github.com/dbsrgits/dbix-class/pull/31</a></p>

<h4>Commit Summary</h4>
<ul>
  <li>Add deprecation warning for $rs-&gt;new instead of new_result</li>
</ul>

<h4>File Changes</h4>
<ul>
  <li>
    <strong>M</strong>
    <a href="https://github.com/dbsrgits/dbix-class/pull/31/files#diff-0">lib/DBIx/Class/ResultSet.pm</a>
    (6)
  </li>
  <li>
    <strong>A</strong>
    <a href="https://github.com/dbsrgits/dbix-class/pull/31/files#diff-1">t/resultset/deprecated_new.t</a>
    (18)
  </li>
</ul>

<h4>Patch Links:</h4>
<ul>
  <li><a href='https://github.com/dbsrgits/dbix-class/pull/31.patch'>https://github.com/dbsrgits/dbix-class/pull/31.patch</a></li>
  <li><a href='https://github.com/dbsrgits/dbix-class/pull/31.diff'>https://github.com/dbsrgits/dbix-class/pull/31.diff</a></li>
</ul>