s/STOP/CHECK/ blocks
[p5sagit/p5-mst-13.2.git] / pod / perlrun.pod
index 5eb3b82..f668d53 100644 (file)
@@ -268,7 +268,7 @@ An alternate delimiter may be specified using B<-F>.
 =item B<-c>
 
 causes Perl to check the syntax of the program and then exit without
-executing it.  Actually, it I<will> execute C<BEGIN>, C<STOP>, and
+executing it.  Actually, it I<will> execute C<BEGIN>, C<CHECK>, and
 C<use> blocks, because these are considered as occurring outside the
 execution of your program.  C<INIT> and C<END> blocks, however, will
 be skipped.