SYNOPSIS In dist.ini: [PERLANCAR::CheckDepDists] DESCRIPTION This plugin checks for dists that depend on the dist you're building. Currently what it does: * In the after_build phase, search your local installation for all lump dists (via searching all modules whose name ends with ::Lumped). Inside each of these modules, there is a @LUMPED_DISTS array which lists all the dists that the lump dist includes. When the current dist you're building is listed in @LUMPED_DISTS, the plugin will issue a notification that you will also need to rebuild the associated lump dist. * In the after_build phase, search your local installation for all packed dists (via searching all modules whose name ends with ::Packed). Inside each of these modules, there is a @PACKED_DISTS array which lists all the dists that the packed dist includes. When the current dist you're building is listed in @PACKED_DISTS, the plugin will issue a notification that you will also need to rebuild the associated packed dist. SEE ALSO For more information about lump dists: Dist::Zilla::Plugin::Lump For more information about packed dists: Dist::Zilla::Plugin::Depak