summaryrefslogtreecommitdiff
path: root/pod
diff options
context:
space:
mode:
authorRafael Garcia-Suarez <rgarciasuarez@gmail.com>2006-12-11 09:41:45 +0000
committerRafael Garcia-Suarez <rgarciasuarez@gmail.com>2006-12-11 09:41:45 +0000
commita52aaefaf122bfd3376b8d1122b5d51398b8aff2 (patch)
tree4b775d2ea77fb1e3269a28aaa4e549c5d310a721 /pod
parent718a7425915fd79f2939210d3d2e5741c7fc47e1 (diff)
downloadperl-a52aaefaf122bfd3376b8d1122b5d51398b8aff2.tar.gz
perlhack.pod nit by Jarkko
p4raw-id: //depot/perl@29505
Diffstat (limited to 'pod')
-rw-r--r--pod/perlhack.pod4
1 files changed, 2 insertions, 2 deletions
diff --git a/pod/perlhack.pod b/pod/perlhack.pod
index ecf363feda..68dad592aa 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