This is a live mirror of the Perl 5 development currently hosted at
https://github.com/perl/perl5
https://perl5.git.perl.org
/
perl5.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
4ad0ecd
)
add back documentation that $OLD_PERL_VERSION is an alias for $]
author
Karen Etheridge
<ether@cpan.org>
Mon, 27 Apr 2015 18:48:13 +0000
(11:48 -0700)
committer
Karl Williamson
<khw@cpan.org>
Mon, 27 Apr 2015 19:24:24 +0000
(13:24 -0600)
pod/perlvar.pod
patch
|
blob
|
blame
|
history
diff --git
a/pod/perlvar.pod
b/pod/perlvar.pod
index
bf3c2fa
..
a8c77ec
100644
(file)
--- a/
pod/perlvar.pod
+++ b/
pod/perlvar.pod
@@
-433,6
+433,8
@@
Previously, only child processes received stringified values:
This happens because you can't really share arbitrary data structures with
foreign processes.
+=item $OLD_PERL_VERSION
+
=item $]
X<$]>