[Dbix-class] Test failures in 0.08/trunk
Matt S Trout
dbix-class at trout.me.uk
Thu May 29 11:28:39 BST 2008
On Thu, May 15, 2008 at 09:50:47PM +0100, Aaron Crane wrote:
> The attached patches fix a couple of test failures I'm seeing in
> 0.08/trunk.
>
> 1. 03podcoverage.t: DBIx::Class::Storage::DBI::Role::QueryCounter has
> a naked subroutine `meta`. I believe that comes from Moose, and
> therefore need not be documented, so the patch merely ignores that
> sub.
That class has been deleted.
> 2. 68inflate_has_a.t uses DBIx::Class::CDBICompat::Relationships, which
> does a `use Clone`; but Clone isn't a dependency in Makefile.PL.
> I'm assuming that DBIx::Class itself isn't expected to depend on
> Clone, so I've added a test_requires for it.
All CDBICompat deps are optional, so the test should skip if it's missing
one. If that isn't the case, please send a patch fixing the test.
Thanks very much.
--
Matt S Trout Need help with your Catalyst or DBIx::Class project?
Technical Director http://www.shadowcat.co.uk/catalyst/
Shadowcat Systems Ltd. Want a managed development or deployment platform?
http://chainsawblues.vox.com/ http://www.shadowcat.co.uk/servers/
More information about the DBIx-Class
mailing list