diff options
author | Jarkko Hietaniemi <jhi@iki.fi> | 2000-08-22 13:36:44 +0000 |
---|---|---|
committer | Jarkko Hietaniemi <jhi@iki.fi> | 2000-08-22 13:36:44 +0000 |
commit | 059a8bb71dff4eb7a6ca47bbe766a3e1c7c58020 (patch) | |
tree | 9d22fbfcafc8c55cc7133507c464803748550696 /pod | |
parent | 10d9c778f985d5d6d434ffb325e0b7b1d8369cb5 (diff) | |
download | perl-059a8bb71dff4eb7a6ca47bbe766a3e1c7c58020.tar.gz |
Bytecompiler patches from Benjamin Stuhl.
p4raw-id: //depot/perl@6763
Diffstat (limited to 'pod')
-rw-r--r-- | pod/perldelta.pod | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/pod/perldelta.pod b/pod/perldelta.pod index b6935b2699..455e0c8f1a 100644 --- a/pod/perldelta.pod +++ b/pod/perldelta.pod @@ -311,6 +311,12 @@ UNIVERSAL::isa no longer caches methods incorrectly. The Emacs perl mode (emacs/cperl-mode.el) has been updated to version 4.31. +=head2 perlbc "activated" + +The long-dormant perl bytecompiler has been added to the list of +installed utilities since the bytecompiler backend has been improved. +The bytecompiler is still very much experimental, though. + =head2 perlbug Perlbug is now much more robust. It also sends the bug report to perl.org, |