diff --git a/pod/perlhacktips.pod b/pod/perlhacktips.pod index e947e54a10b3..e17250aff77f 100644 --- a/pod/perlhacktips.pod +++ b/pod/perlhacktips.pod @@ -1099,8 +1099,8 @@ cut-and-pasted code changes, all the other spots should probably be changed, too. Therefore such code should probably be turned into a subroutine or a macro. -cpd (L) is part of the pmd project -(L). pmd was originally written for static +cpd (L) is part of the pmd project +(L). pmd was originally written for static analysis of Java code, but later the cpd part of it was extended to parse also C and C++.