Subject: | undeclared deps |
Date: | Mon, 12 Dec 2011 11:45:49 +0000 |
To: | bug-MooseX-Types-DateTime-MoreCoercions [...] rt.cpan.org |
From: | Zefram <zefram [...] fysh.org> |
MX/T/DT/MC.pm loads some modules that then aren't mentioned in Makefile.PL
or META.yml:
strict
warnings
DateTime
DateTime::Duration
MooseX::Types::Moose
The declarations in Makefile.PL should be complete. Even when using
multiple modules from the same distro, such as MooseX::Types::Moose and
MooseX::Types, the dep on each module should be declared, not just one
dep on the distro, in case the distro splits in the future.
-zefram