Change 33680 by [EMAIL PROTECTED] on 2008/04/14 15:57:37
Subject: perldata.pod typo
From: "Starsinic, Kurt " <[EMAIL PROTECTED]>
Date: Thu, 10 Apr 2008 12:28:26 -0400
Message-ID: <[EMAIL PROTECTED]>
Affected files ...
... //depot/perl/pod/perldata.pod#59 edit
Differences ...
==== //depot/perl/pod/perldata.pod#59 (text) ====
Index: perl/pod/perldata.pod
--- perl/pod/perldata.pod#58~32631~ 2007-12-17 09:29:49.000000000 -0800
+++ perl/pod/perldata.pod 2008-04-14 08:57:37.000000000 -0700
@@ -418,7 +418,7 @@
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
End of Patch.