summaryrefslogtreecommitdiff
path: root/pod/perldelta.pod
diff options
context:
space:
mode:
authorYves Orton <demerphq@gmail.com>2022-12-15 09:29:08 +0100
committerYves Orton <demerphq@gmail.com>2022-12-15 09:29:08 +0100
commitfad16eedebd88132e99789bf1ae5110d0664226d (patch)
tree833f9c6e69edb257d3b08f267dfb7d54b6a55e77 /pod/perldelta.pod
parent4a11c5038c1bc1658830693613f56025e947d9be (diff)
downloadperl-fad16eedebd88132e99789bf1ae5110d0664226d.tar.gz
perldelta.pod - add note about regex engine decomposition
Diffstat (limited to 'pod/perldelta.pod')
-rw-r--r--pod/perldelta.pod4
1 files changed, 3 insertions, 1 deletions
diff --git a/pod/perldelta.pod b/pod/perldelta.pod
index f2bd3d00b6..a1fdf425d2 100644
--- a/pod/perldelta.pod
+++ b/pod/perldelta.pod
@@ -429,7 +429,9 @@ well.
=item *
-XXX
+The regex engine compilation code was split up into smaller sized compilation
+units. No functionality changes were made. This was just to make it easier
+to maintain the codebase.
=back