The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.

NAME

PBS::Cyclic -

SYNOPSIS

  use PBS::Cyclic ;
  my $description_text = GetUserCyclicText($cyclic_tree, $inserted_nodes) ;

DESCRIPTION

Given a cyclic tree, GetUserCyclicText returns a description text:

        Cyclic dependency detected on './cyclic', induced by './cyclic3'.
        './cyclic' inserted at rule: 'all:PBS::Runs::PBS_1:User:./cyclic_legend.pl:4'.
          './cyclic2' inserted at rule: 'cyclic:PBS::Runs::PBS_1:User:./cyclic_legend.pl:6'.
            './cyclic3' inserted at rule: 'cyclic2:PBS::Runs::PBS_1:User:./cyclic_legend.pl:7'.

EXPORT

Nothing.

AUTHOR

Khemir Nadim ibn Hamouda. nadim@khemir.net

SEE ALSO

--origin switch in PBS reference manual.