Package : perl-App-PrereqGrapher

Package details

Summary: Generate dependency graph for perl source

Description:
App::PrereqGrapher builds a directed graph of the prereqs or dependencies
for a file or module. It uses Perl::PrereqScanner to find the dependencies
for the seed, and then repeatedly calls Perl::PrereqScanner on those
dependencies, and so on, until all dependencies have been found.

It then saves the resulting graph to a file, using one of the five
supported formats. The default format is 'dot', the format used by the
GraphViz graph drawing toolkit.

If your code contains lines like:


URL: https://metacpan.org/release/App-PrereqGrapher
License: GPL+ or Artistic

Maintainer: nobody

List of RPMs