Subject: | "feature" requires "auto_install" |
MooseX::Storage doesn't prompt about its features because feature
requires that you use auto_install.
From Module::Install::API...
As of this writing, both "feature" and "features" work only when
auto_install (see below) is set.
JSON::Any also has this problem (reported) and so MooseX::Storage can be
left without a JSON implementation, even though JSON::Any is installed.
This is what has been causing test failures.