Skip Menu |

This queue is for tickets about the DBIx-Class-ResultSet-RecursiveUpdate CPAN distribution.

Report information
The Basics
Id: 65959
Status: resolved
Worked: 1 hour (60 min)
Priority: 0/
Queue: DBIx-Class-ResultSet-RecursiveUpdate

People
Owner: abraxxa [...] cpan.org
Requestors: ANDK [...] cpan.org
Cc:
AdminCc:

Bug Information
Severity: Important
Broken in: 0.22
Fixed in: 0.23



Subject: Undeclared dependencies
Grep finds in t/lib/DBSchemaMoose/ResultSet.pm: 2-use namespace::autoclean; 3-use Moose; 4:use MooseX::NonMoose; 5-extends qw/DBIx::Class::ResultSet::RecursiveUpdate DBIx::Class::ResultSet/; 6-__PACKAGE__->meta->make_immutable; but MooseX::NonMoose and namespace::autoclean are not in the Makefile.PL or the META.json as dependency. Thanks && Regards,
I've already started working on it last week after seeing it on cpantesters. Because the module itself doesn't need Moose I'll make the Moose tests optional.