diff options
author | Nicholas Clark <nick@ccl4.org> | 2009-08-24 18:11:02 +0100 |
---|---|---|
committer | Nicholas Clark <nick@ccl4.org> | 2009-08-24 18:29:40 +0100 |
commit | 9f808eed0298f4dc1a3746e5536c220e0a5ed06a (patch) | |
tree | 542d028317c47934b64e9d344526580dba808719 /pod/perl5110delta.pod | |
parent | 42f099edeb078f38439eb99ffb494c47441a92de (diff) | |
download | perl-9f808eed0298f4dc1a3746e5536c220e0a5ed06a.tar.gz |
constant has been upgraded to 1.19. Describe the improvements.
Diffstat (limited to 'pod/perl5110delta.pod')
-rw-r--r-- | pod/perl5110delta.pod | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/pod/perl5110delta.pod b/pod/perl5110delta.pod index b037887527..d2a97fb4c8 100644 --- a/pod/perl5110delta.pod +++ b/pod/perl5110delta.pod @@ -367,7 +367,8 @@ have been recognised; for example, C<"\N{LATIN CAPITAL LETTER GHA}">. =item C<constant> -Upgraded from version 1.13 to 1.17. +Upgraded from version 1.13 to 1.19. Some code has been shifted from run time to +compile time, and the amount of MRO cache flushing has been minimised. =item C<feature> |