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:
a1d26cc
)
perldelta for f04d2c3
author
Peter Martini
<PeterCMartini@GMail.com>
Wed, 20 Aug 2014 06:39:44 +0000
(
02:39
-0400)
committer
Peter Martini
<PeterCMartini@GMail.com>
Wed, 20 Aug 2014 06:39:44 +0000
(
02:39
-0400)
pod/perldelta.pod
patch
|
blob
|
blame
|
history
diff --git
a/pod/perldelta.pod
b/pod/perldelta.pod
index
00f4d58
..
703b76b
100644
(file)
--- a/
pod/perldelta.pod
+++ b/
pod/perldelta.pod
@@
-232,13
+232,12
@@
long double formats, or by 64-bit integers not being available
=head2 Changes to Existing Diagnostics
-XXX Changes (i.e. rewording) of diagnostic messages go here
-
=over 4
=item *
-XXX Describe change here
+L<require> with no argument or undef used to warn about a Null filename; now
+it dies with C<Missing or undefined argument to require>.
=back