Open karenetheridge opened 10 years ago
And would be nice for tooling to go "Hey, you've just installed a bunch of deprecated shit!"
and in the case of deprecated => { Module::Name => somethinghere }
it could go "You installed X, which dependend on Module::Name
, which is deprecated, OH NOES!"
CPAN dep graphing tools could also show potential breakages in the dep chain based on that data also.
@kentfredric++
This is x_deprecated, either as a top level field or inside provides.
and implemented via https://metacpan.org/pod/Dist::Zilla::Plugin::Deprecated
Right now, the convention is merely to add a ' (DEPRECATED)' string in the
=head1 NAME
section of module pod. If there were a field in metadata, clients such as metacpan could indicate the deprecation status more clearly, use it in search results, etc.