In perl.git, the branch blead has been updated <http://perl5.git.perl.org/perl.git/commitdiff/aa67537dafc18272058c189caa550b90c78f79f2?hp=696efa16de2cd1abedf24104d680f3d0983587f4>
- Log ----------------------------------------------------------------- commit aa67537dafc18272058c189caa550b90c78f79f2 Author: Tony Cook <[email protected]> Date: Thu Dec 18 15:42:11 2014 +1100 perldelta for 696efa16de2c ----------------------------------------------------------------------- Summary of changes: pod/perldelta.pod | 3 +++ 1 file changed, 3 insertions(+) diff --git a/pod/perldelta.pod b/pod/perldelta.pod index 7b93ec1..e32bcf2 100644 --- a/pod/perldelta.pod +++ b/pod/perldelta.pod @@ -279,6 +279,9 @@ returns end of file. [perl #123443] Seeking to a negative position still fails, but no longer leaves the file position set to a negation location. +C<eof()> on a C<PerlIO::scalar> handle now properly returns true when +the file position is past the 2GB mark on 32-bit systems. + =item * L<XSLoader> has been upgraded from version 0.19 to 0.20 -- Perl5 Master Repository
