Subject: | Undeclared dependency on YAML.pm |
As the subject line says:)
But this is may need further explanation. FormValidator-LazyWay does not
use YAML directly. It uses YAML indirectly through Test::Base::Filter.
So you might want to report this as a bug to the Test::Base::Filter
author. But I'm not sure if we can make him responsible for this because
he probably intentionally did not declare this dependency because it is
only used in certain situations not always. In this case he'd might want
to argue that it's the feature user who must bundle the prerequisite to
his own prerequisites. Well, I don't know, it's one aspect of the
perverseverities of optional features.
This reminds me that I recommend to include second level dependencies to
ones own quite often because it often reveals distant connections
between a dependency tree and individual versions. You may want to do
just that.
Thank you for reading that far:)