in reply to Re^2: Class Browser for Perl
in thread Class Browser for Perl

Another dependency-list tool - and not really a gui - is scandeps.pl from Module::ScanDeps, which is used in PAR-Packer.
For example I use

scandeps.pl $(perldoc -l CGI)

on my commandline to find CGI module-dependencies and perldoc -m CGI to list contents of a module, here CGI.