In perl.git, the branch blead has been updated <http://perl5.git.perl.org/perl.git/commitdiff/038fa339c4185f32e8a3053619b2b9cf27df2718?hp=6da63e10e37727ea553bda1a68547e3053b6bc0d>
- Log ----------------------------------------------------------------- commit 038fa339c4185f32e8a3053619b2b9cf27df2718 Author: Chris 'BinGOs' Williams <[email protected]> Date: Thu Dec 16 14:09:55 2010 +0000 Fix typo in perlvar ----------------------------------------------------------------------- Summary of changes: pod/perlvar.pod | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/pod/perlvar.pod b/pod/perlvar.pod index 0771819..1dff9ce 100644 --- a/pod/perlvar.pod +++ b/pod/perlvar.pod @@ -2067,7 +2067,7 @@ Removed in Perl 5.10. X<$[> X<$ARRAY_BASE> This variable stores the index of the first element in an array, and -of the first character in a substring. You use to be able to assign to +of the first character in a substring. You used to be able to assign to this variable, but you can't do that anymore. It's now always 0, like it should be. -- Perl5 Master Repository
