From: Rafael Garcia-Suarez Date: Mon, 11 Dec 2006 09:41:45 +0000 (+0000) Subject: perlhack.pod nit by Jarkko X-Git-Tag: accepted/trunk/20130322.191538~16398 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=a52aaefaf122bfd3376b8d1122b5d51398b8aff2;p=platform%2Fupstream%2Fperl.git perlhack.pod nit by Jarkko p4raw-id: //depot/perl@29505 --- 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