Subject: | Undeclared dependencies |
Grepping through the cpantesters reports I find all of
Can't locate DBIx/Class/Core.pm
Can't locate YAML.pm
Can't locate parent.pm
But I find 'use YAML' in your code as well as 'use parent qw[
DBIx::Class::Core ].
I'd suggest these prerequisites should be declared in the Makefile.PL to
support automatic testing and frictionless installations.
Thanks,