This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
perldelta for d8bd3d828 / #123495
authorFather Chrysostomos <sprout@cpan.org>
Mon, 12 Jan 2015 06:05:33 +0000 (22:05 -0800)
committerFather Chrysostomos <sprout@cpan.org>
Mon, 12 Jan 2015 06:05:33 +0000 (22:05 -0800)
pod/perldelta.pod

index 6a29ae2..d452c2c 100644 (file)
@@ -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