<p>Attempting to delete a row before deleting rows<br>
in other tables that reference it will fail with<br>
a constraint error</p>

<hr>

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

<h4>Commit Summary</h4>
<ul>
  <li>cascaded delete must delete relationships first </li>
</ul>

<h4>File Changes</h4>
<ul>
  <li>
    <strong>M</strong>
    <a href="https://github.com/dbsrgits/dbix-class/pull/27/files#diff-0">lib/DBIx/Class/Relationship/CascadeActions.pm</a>
    (4)
  </li>
</ul>

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