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
      fattened dists (via searching all modules whose name ends with
      ::Fattened). Inside each of these modules, there is a @FATTENED_DISTS
      array which lists all the dists that the fattened dist includes. When
      the current dist you're building is listed in @FATTENED_DISTS, the
      plugin will issue a notification that you will also need to rebuild
      the associated fattened dist.

SEE ALSO

    For more information about lump dists: Dist::Zilla::Plugin::Lump

    For more information about fattened dists: Dist::Zilla::Plugin::Fatten

