perldata.pod typo
Starsinic, Kurt [Thu, 10 Apr 2008 12:28:26 +0000 (08:28 -0400)]
From: "Starsinic, Kurt " <Kurt_Starsinic@ml.com>
Message-ID: <6AF884BDF319934894BE33785C82362706B890BE@MLNYC729MB.amrs.win.ml.com>

p4raw-id: //depot/perl@33680

pod/perldata.pod

index 7dcb5a9..4503e9d 100644 (file)
@@ -418,7 +418,7 @@ The two control characters ^D and ^Z, and the tokens __END__ and __DATA__
 may be used to indicate the logical end of the script before the actual
 end of file.  Any following text is ignored.
 
-Text after __DATA__ but may be read via the filehandle C<PACKNAME::DATA>,
+Text after __DATA__ may be read via the filehandle C<PACKNAME::DATA>,
 where C<PACKNAME> is the package that was current when the __DATA__
 token was encountered.  The filehandle is left open pointing to the
 contents after __DATA__.  It is the program's responsibility to