From a52aaefaf122bfd3376b8d1122b5d51398b8aff2 Mon Sep 17 00:00:00 2001 From: Rafael Garcia-Suarez Date: Mon, 11 Dec 2006 09:41:45 +0000 Subject: [PATCH] perlhack.pod nit by Jarkko p4raw-id: //depot/perl@29505 --- pod/perlhack.pod | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pod/perlhack.pod b/pod/perlhack.pod index ecf363f..68dad59 100644 --- a/pod/perlhack.pod +++ b/pod/perlhack.pod @@ -1502,8 +1502,8 @@ cpd (http://pmd.sourceforge.net/cpd.html) is part of the pmd project analysis of Java code, but later the cpd part of it was extended to parse also C and C++. -Download the pmd-X.y.jar from the SourceForge site, and then run -it on source code thusly: +Download the pmd-bin-X.Y.zip () from the SourceForge site, extract the +pmd-X.Y.jar from it, and then run that on source code thusly: java -cp pmd-X.Y.jar net.sourceforge.pmd.cpd.CPD --minimum-tokens 100 --files /some/where/src --language c > cpd.txt -- 2.7.4