<p>I closed the pull request simply because I realized I had misread the documentation.</p>

<p>When I am looking at a CPAN distribution for the first time (after, say, downloading a tarball or doing a git clone), I typically cd to the top-level and conduct all my business from there.  So, other things being equal, I would not have done:</p>

<div class="highlight highlight-bash"><pre>$ <span class="pl-c1">cd</span> examples/Schema</pre></div>

<p>I would have inspected the database without changing directories:</p>

<div class="highlight highlight-bash"><pre>$ sqlite3 examples/Schema/db/example.db .dump</pre></div>

<p>But that's a matter of taste.  I see that, given the series of sub-shell commands you illustrate in the later section, "Resetting the database," cd-ing to examples/Schema ultimately saves keystrokes.  But that's not apparent until you get near the end of the document.</p>

<p>Thank you very much.<br>
Jim Keenan</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/83#issuecomment-130620738">view it on GitHub</a>.<img alt="" height="1" src="https://github.com/notifications/beacon/AASeAqBM6N2cZmDvAZqRVaMaOQiNY4qkks5onHLpgaJpZM4FqGv2.gif" width="1" /></p>
<div itemscope itemtype="http://schema.org/EmailMessage">
<div itemprop="action" itemscope itemtype="http://schema.org/ViewAction">
  <link itemprop="url" href="https://github.com/dbsrgits/dbix-class/pull/83#issuecomment-130620738"></link>
  <meta itemprop="name" content="View Pull Request"></meta>
</div>
<meta itemprop="description" content="View this Pull Request on GitHub"></meta>
</div>