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:
bfb4a93
)
perldelta for 5e5128ba (@INC and scalarref docs)
author
Father Chrysostomos
<sprout@cpan.org>
Sat, 13 Jul 2013 21:30:11 +0000
(14:30 -0700)
committer
Father Chrysostomos
<sprout@cpan.org>
Sat, 13 Jul 2013 23:44:32 +0000
(16:44 -0700)
pod/perldelta.pod
patch
|
blob
|
blame
|
history
diff --git
a/pod/perldelta.pod
b/pod/perldelta.pod
index
2955024
..
a084e99
100644
(file)
--- a/
pod/perldelta.pod
+++ b/
pod/perldelta.pod
@@
-212,6
+212,18
@@
also affects L<perlre> and L<perlsub>.)
=back
+=head3 L<perlfunc>
+
+=over 4
+
+=item *
+
+Since Perl v5.10, it has been possible for subroutines in @INC to return
+a reference to a scalar holding initial source code to prepend to the file.
+This is now documented.
+
+=back
+
=head1 Diagnostics
The following additions or changes have been made to diagnostic output,