Subject: | some modules can be deprecated in favour of their standalone versions |
e.g.
Test::Apocalypse::EOL -> Dist::Zilla::Plugin::Test::EOL
Test::Apocalypse::PerlCritic -> Dist::Zilla::Plugin::Test::Perl::Critic
Test::Apocalypse::Pod -> Dist::Zilla::Plugin::PodSyntaxTests
Test::Apocalypse::Pod_Coverage - Dist::Zilla::Plugin::PodCoverageTests
Test::Apocalypse::Pod_LinkCheck - Dist::Zilla::Plugin::PodLinkCheck
Test::Apocalypse::Pod_No404s - Dist::Zilla::Plugin::Test::Pod::No404s
Test::Apocalypse::Pod_Spelling - Dist::Zilla::Plugin::Test::PodSpelling
Test::Apocalypse::Script - Dist::Zilla::Plugin::Test::Compile
Test::Apocalypse::UnusedVars - Dist::Zilla::Plugin::Test::UnusedVars
The [Deprecated] plugin can mark individual modules in a distribution as
deprecated.