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:
bba618d
)
perldelta for d8bd3d828 / #123495
author
Father Chrysostomos
<sprout@cpan.org>
Mon, 12 Jan 2015 06:05:33 +0000
(22:05 -0800)
committer
Father Chrysostomos
<sprout@cpan.org>
Mon, 12 Jan 2015 06:05:33 +0000
(22:05 -0800)
pod/perldelta.pod
patch
|
blob
|
blame
|
history
diff --git
a/pod/perldelta.pod
b/pod/perldelta.pod
index
6a29ae2
..
d452c2c
100644
(file)
--- a/
pod/perldelta.pod
+++ b/
pod/perldelta.pod
@@
-464,6
+464,10
@@
and there must be a string of at least 128 consecutive bytes to match.
C<s///> now works on very long strings instead of dying with 'Substitution
loop'. [perl #103260] [perl #123071]
+=item *
+
+C<gmtime> no longer crashes with not-a-number values. [perl #123495]
+
=back
=head1 Known Problems