<p>As far as your other notes - this distribution uses Module::Install. It is very common and very easy to work with - you simply need to have it installed, and then you run <code>perl Makefile.PL</code>. It will generate the missing pieces for you.</p>

<p>Note that <code>inc/</code> may <em>NEVER</em> appear in a repository - it is always generated user-side via the Module::Install present on your side. The only time when <code>inc/</code> ships to the user is when distributing on CPAN (as part of the tarball), in which case none of the extra author-only requirements are active, and no data regeneration takes place.</p>

<p>I grepped throughout the distribution and did not find any references to Build.PL. Can you point out where you saw these?</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/sql-translator/pull/21#issuecomment-14659638'>view it on GitHub</a>.<img src='https://github.com/notifications/beacon/4W3BWTo7EIi_7vx28Xzl_vfdbwDI5RTG_zH7KtFh6lFW-hQ6YVEvd0YoXgLjVo-D.gif' height='1' width='1'></p>