22
33=head1 NAME
44
5- [ this is a template for a new perldelta file. Any text flagged as XXX needs
6- to be processed before release. ]
7-
85perldelta - what is new for perl v5.43.4
96
107=head1 DESCRIPTION
@@ -17,77 +14,38 @@ L<perl5433delta>, which describes differences between 5.43.2 and 5.43.3.
1714
1815=head1 Modules and Pragmata
1916
20- XXX All changes to installed files in F<cpan/>, F<dist/>, F<ext/> and F<lib/>
21- go here. If L<Module::CoreList> is updated, generate an initial draft of the
22- following sections using F<Porting/corelist-perldelta.pl>. A paragraph summary
23- for important changes should then be added by hand. In an ideal world,
24- dual-life modules would have a F<Changes> file that could be cribbed.
25-
26- The list of new and updated modules is modified automatically as part of
27- preparing a Perl release, so the only reason to manually add entries here is if
28- you're summarising the important changes in the module update. (Also, if the
29- manually-added details don't match the automatically-generated ones, the
30- release manager will have to investigate the situation carefully.)
31-
32- [ Within each section, list entries as an =item entry ]
33-
34- =head2 New Modules and Pragmata
17+ =head2 Updated Modules and Pragmata
3518
3619=over 4
3720
3821=item *
3922
40- XXX Remove this section if F<Porting/corelist-perldelta.pl> did not add any content here.
41-
42- =back
23+ L<attributes> has been upgraded from version 0.36 to 0.37.
4324
44- =head2 Updated Modules and Pragmata
25+ =item *
4526
46- =over 4
27+ L<B::Deparse> has been upgraded from version 1.87 to 1.88.
4728
4829=item *
4930
5031L<feature> has been upgraded from version 1.99 to 2.00. Split POD and code
5132and add C<__END__>. Avoids I/O and parsing 22KB of POD in C<use feature;>.
5233
53- =back
54-
55- =head2 Removed Modules and Pragmata
56-
57- =over 4
58-
5934=item *
6035
61- XXX Remove this section if F<Porting/corelist-perldelta.pl> did not add any content here.
62-
63- =back
64-
65- =head1 Testing
36+ L<Module::CoreList> has been upgraded from version 5.20250923 to 5.20251022.
6637
67- XXX Any significant changes to the testing of a freshly built perl should be
68- listed here. Changes which create B<new> files in F<t/> go here as do any
69- large changes to the testing harness (e.g. when parallel testing was added).
70- Changes to existing files in F<t/> aren't worth summarizing, although the bugs
71- that they represent may be covered elsewhere.
72-
73- XXX If there were no significant test changes, say this:
74-
75- Tests were added and changed to reflect the other additions and changes
76- in this release.
77-
78- XXX If instead there were significant changes, say this:
38+ =item *
7939
80- Tests were added and changed to reflect the other additions and
81- changes in this release. Furthermore, these significant changes were
82- made:
40+ L<SelectSaver> has been upgraded from version 1.02 to 1.03.
8341
84- [ List each test improvement as an =item entry ]
42+ =item *
8543
86- =over 4
44+ L<Time::Piece> has been upgraded from version 1.3701 to 1.38.
8745
8846=item *
8947
90- XXX
48+ L<XS::APItest> has been upgraded from version 1.46 to 1.47.
9149
9250=back
9351
@@ -125,7 +83,7 @@ codepoint corresponding to U+00E9.
12583
12684This has been fixed: If C<-CA> is in effect, options parsed by C<-s> are
12785treated as UTF-8, too. In the example above, C<$foo> and C<$ARGV[0]> now both
128- contain C<chr(0xE9)>. [GH #23377]
86+ contain C<chr(0xE9)>. [L< GH #23377|https://github.com/Perl/perl5/issues/23377> ]
12987
13088=item *
13189
0 commit comments