This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
perldelta for 2872f9187
[perl5.git] / pod / perldelta.pod
index e31c0c9..40ad7b2 100644 (file)
@@ -652,6 +652,10 @@ been fixed.
 C<(caller $n)[3]> now reports names of lexical subs, instead of treating
 them as "(unknown)".
 
+=item *
+
+C<sort subname LIST> now supports lexical subs for the comparison routine.
+
 =back
 
 =head1 Known Problems