perlfunc: 'if' is in perlsyn, not perlop
authorKarl Williamson <public@khwilliamson.com>
Thu, 9 Jan 2014 18:12:33 +0000 (11:12 -0700)
committerKarl Williamson <public@khwilliamson.com>
Thu, 9 Jan 2014 18:15:43 +0000 (11:15 -0700)
Thanks to Hauke D for pointing this out.

pod/perlfunc.pod

index 69423d0..e46be01 100644 (file)
@@ -9194,8 +9194,6 @@ This method keyword is documented in L<perlobj/"Destructors">.
 
 =item gt
 
-=item if
-
 =item le
 
 =item lt
@@ -9238,6 +9236,8 @@ This keyword is documented in L<perlsub/"Autoloading">.
 
 =item foreach
 
+=item if
+
 =item unless
 
 =item until