.\" Automatically generated by Pod::Man 4.09 (Pod::Simple 3.35) .\" .\" Standard preamble: .\" ======================================================================== .de Sp \" Vertical space (when we can't use .PP) .if t .sp .5v .if n .sp .. .de Vb \" Begin verbatim text .ft CW .nf .ne \\$1 .. .de Ve \" End verbatim text .ft R .fi .. .\" Set up some character translations and predefined strings. \*(-- will .\" give an unbreakable dash, \*(PI will give pi, \*(L" will give a left .\" double quote, and \*(R" will give a right double quote. \*(C+ will .\" give a nicer C++. Capital omega is used to do unbreakable dashes and .\" therefore won't be available. \*(C` and \*(C' expand to `' in nroff, .\" nothing in troff, for use with C<>. .tr \(*W- .ds C+ C\v'-.1v'\h'-1p'\s-2+\h'-1p'+\s0\v'.1v'\h'-1p' .ie n \{\ . ds -- \(*W- . ds PI pi . if (\n(.H=4u)&(1m=24u) .ds -- \(*W\h'-12u'\(*W\h'-12u'-\" diablo 10 pitch . if (\n(.H=4u)&(1m=20u) .ds -- \(*W\h'-12u'\(*W\h'-8u'-\" diablo 12 pitch . ds L" "" . ds R" "" . ds C` "" . ds C' "" 'br\} .el\{\ . ds -- \|\(em\| . ds PI \(*p . ds L" `` . ds R" '' . ds C` . ds C' 'br\} .\" .\" Escape single quotes in literal strings from groff's Unicode transform. .ie \n(.g .ds Aq \(aq .el .ds Aq ' .\" .\" If the F register is >0, we'll generate index entries on stderr for .\" titles (.TH), headers (.SH), subsections (.SS), items (.Ip), and index .\" entries marked with X<> in POD. Of course, you'll have to process the .\" output yourself in some meaningful fashion. .\" .\" Avoid warning from groff about undefined register 'F'. .de IX .. .if !\nF .nr F 0 .if \nF>0 \{\ . de IX . tm Index:\\$1\t\\n%\t"\\$2" .. . if !\nF==2 \{\ . nr % 0 . nr F 2 . \} .\} .\" ======================================================================== .\" .IX Title "CPANGRAPH 1p" .TH CPANGRAPH 1p "2018-04-15" "perl v5.26.1" "User Contributed Perl Documentation" .\" For nroff, turn off justification. Always turn off hyphenation; it makes .\" way too many mistakes in technical documents. .if n .ad l .nh .SH "NAME" cpangraph \- Generate dependency chain graphs for CPAN modules .SH "VERSION" .IX Header "VERSION" Version 0.12 .SH "SYNOPSIS" .IX Header "SYNOPSIS" .Vb 1 \& cpangraph [options] \& \& Options: \& \-\-help display a brief help message \& \-\-perl=VERSION filter those available in Perl core \& \-\-phase=PHASE filter those needed for a phase (e.g., build) \& \-\-rankdir controls the GraphViz \*(Aqrankdir\*(Aq variable \& \-\-reverse graph reverse dependencies (dependents) \& \-\-verbose display additional debugging information .Ve .SH "OPTIONS" .IX Header "OPTIONS" .IP "\fB\-\-help\fR" 4 .IX Item "--help" Prints a brief help message to the standard output and exits. .IP "\fB\-\-perl\fR=VERSION" 4 .IX Item "--perl=VERSION" This displays dependencies which have been available in Perl core since the given \s-1VERSION.\s0 It does not currently know if a module has been removed from core, but this is an unlikely occurrence. Specify Perl versions in the form: .Sp .Vb 2 \& 5.008008 # for versions >= 5.8.8 \& 5.010 # for versions >= 5.10 .Ve .IP "\fB\-\-phase\fR=PHASE" 4 .IX Item "--phase=PHASE" This displays dependencies which are needed for a given module's install or runtime \s-1PHASE.\s0 Available phases are: .RS 4 .IP "\(bu" 4 runtime: required whenever the module is used .IP "\(bu" 4 build: required to build the module .IP "\(bu" 4 configure: these are required while preparing the module for build .RE .RS 4 .RE .IP "\fB\-\-rankdir\fR" 4 .IX Item "--rankdir" In GraphViz, the 'rankdir' attribute controls the direction that the nodes are linked together. If set, the graph will use left \-> right linking of nodes rather than the default up-down linking. .IP "\fB\-\-reverse\fR" 4 .IX Item "--reverse" Create a graph of the reverse dependencies of a package (the packages which depend on it, or dependent packages). .IP "\fB\-\-verbose\fR" 4 .IX Item "--verbose" Display extra output useful during debugging. .SH "DESCRIPTION" .IX Header "DESCRIPTION" \&\fBThis script\fR will use the \s-1CPAN\s0 Database to build a graph of a package's dependencies or reverse dependencies (dependent packages). .SH "AUTHOR" .IX Header "AUTHOR" Adam Kennedy .SH "SUPPORT" .IX Header "SUPPORT" For support details, please look at \f(CW\*(C`perldoc CPANDB\*(C'\fR and use the corresponding support methods. .SH "LICENSE" .IX Header "LICENSE" This has the same copyright and licensing terms as \s-1CPANDB\s0.