Hallo,
ich suche Tools für Perl, die so einigermaßen dem entsprechen, das ich von PHP her kenne:
Quotephpcpd is a Copy/Paste Detector (CPD) for PHP code. Its goal is not not to replace more sophisticated tools such as phpcs, pdepend, or phpmd, but rather to provide an alternative to them when you just need to get a quick overview of duplicated code in a project.
pdepend
pdepend can generate a large set of software metrics from a given code base. These values can be used to measure the quality of a software project and they help to identify the parts of an application where a code refactoring should be applied.
phpmd
phpmd scans PHP source code and looks for potential problems such as possible bugs, dead code, suboptimal code, and overcomplicated expressions
Gerade bei dem Copy/Paste Detector habe ich letztendlich nichts gefunden, pdepend und phpmd denke ich in einem ersten Schritt durch Perl::Critic ersetzen zu können.