[DBIx-Class-Devel] Re: [sql-translator] Support for remaining FK ON UPDATE/ON DELETE actions (#21)

Peter Rabbitson notifications at github.com
Sat Mar 9 07:49:11 GMT 2013


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 `perl Makefile.PL`. It will generate the missing pieces for you.

Note that `inc/` may *NEVER* appear in a repository - it is always generated user-side via the Module::Install present on your side. The only time when `inc/` 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.

I grepped throughout the distribution and did not find any references to Build.PL. Can you point out where you saw these?

---
Reply to this email directly or view it on GitHub:
https://github.com/dbsrgits/sql-translator/pull/21#issuecomment-14659638
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.scsys.co.uk/pipermail/dbix-class-devel/attachments/20130308/34213c5f/attachment.htm


More information about the DBIx-Class-Devel mailing list