Change 29505 by [EMAIL PROTECTED] on 2006/12/11 09:41:45
perlhack.pod nit by Jarkko
Affected files ...
... //depot/perl/pod/perlhack.pod#122 edit
Differences ...
==== //depot/perl/pod/perlhack.pod#122 (text) ====
Index: perl/pod/perlhack.pod
--- perl/pod/perlhack.pod#121~29398~ 2006-11-27 17:32:07.000000000 -0800
+++ perl/pod/perlhack.pod 2006-12-11 01:41:45.000000000 -0800
@@ -1502,8 +1502,8 @@
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
End of Patch.