NOCpulse::DependencyGraph.3pm

Langue: en

Version: 2009-02-04 (fedora - 06/07/09)

Section: 3 (Bibliothèques de fonctions)

NAME

NOCpulse::DependencyGraph

SYNOPSIS

   use PackageX;
   use PackageY;
   use PackageZ;
   use NOCpulse::DependencyGraph;
 
   my $g = NOCpulse::DependencyGraph->new();
 
   print $g->to_dot();
 
 

DESCRIPTION

A DependencyGraph is a representation of the ISA and 'use' relationship between perl packages.

See 'man dot' for details on the format of the text. 'dot' is open source software available at www.graphviz.org

Red arrows represent ISA relationships. Black arrows represent 'use' relationships.