How can I list all CPAN modules depending on this module? For example, create a list of modules using Class :: Workflow?
There are two valid dependency questions:
What modules does this module require?
The reverse question is: which modules depend on this module?
, , , , META.yml, . , Makefile.PL Build.PL, . , , . ghostdog74 . , David Cantrell "CPANDeps" , .
, , . , grep minicpan, " CPANTS.
, CPAN:: Dependency, , .
I found CPAN :: Dependency and CPAN :: FindDependencies in CPAN, they can help you.
Some other options: