[DBIx-Class-Devel] [dbsrgits/sql-abstract] Fix missing prereqs as reported by CPANTS. (#8)

Dagfinn Ilmari Mannsåker notifications at github.com
Wed Mar 1 12:13:50 GMT 2017


Hi @manwar,

Sub::Quote used to be part of Moo (and is still required by it), so that should be added as an explicit prereq now that it's been split out.  Fixed in commit 3d8630d6991bcf580de95620cf215f83a766fb19.

However, DBIx::Class::Storage::Statistics is only used (as a base class) by the non-indexed DBIx::Class::Storage::Debug::PrettyPrint, which is used by DBIx::Class for debugging. SQL::Abstract must not depend on DBIx::Class, since it's used by it, and meant to be usable outside of it.

Regards,
Ilmari

-- 
You are receiving this because you are subscribed to this thread.
Reply to this email directly or view it on GitHub:
https://github.com/dbsrgits/sql-abstract/pull/8#issuecomment-283324687
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.scsys.co.uk/pipermail/dbix-class-devel/attachments/20170301/fc467a0f/attachment.htm>


More information about the DBIx-Class-Devel mailing list