=encoding utf8
+=for comment complete up to commit c9e3649f13e1c1db9054c8d419ce2969309e093d
+
=head1 NAME
[ this is a template for a new perldelta file. Any text flagged as
=item *
+Filetest ops manage the stack in a fractionally more efficient manner.
+
+=item *
+
+Globs used in a numeric context are now numerified directly in most cases,
+rather than being numerified via stringification.
+
+=item *
+
XXX
=back
=item *
+L<File::DosGlob> has been upgraded from version 1.06 to 1.07.
+
+Small documentation and comment fixes.
+
+=item *
+
+L<File::Find> has been upgraded from version 1.20 to 1.21.
+
+Individual files may now appear in list of directories to be searched
+[perl #59750].
+
+=item *
+
L<File::stat> has been upgraded from version 1.05 to 1.06.
C<File::stat> ignores the L<filetest> pragma, and warns when used in
However, any changes to F<pod/perldiag.pod> should go in the L</Diagnostics>
section.
+=head3 L<perldata>
+
+=over 4
+
+=item *
+
+Now explicitly documents the behaviour of hash initializer lists that
+contain duplicate keys.
+
+=item *
+
+XXX Description of the change here
+
+=back
+
=head3 L<XXX>
=over 4
=item *
+The test suite now has a section for tests that require very large amounts
+of memory. These tests won't run by default; they can be enabled by
+setting the C<PERL_TEST_MEMORY> environment variable to the number of
+gibibytes of memory that may be safely used.
+
+=item *
+
XXX
=back