diff options
author | Steffen Mueller <smueller@cpan.org> | 2013-02-12 14:42:51 +0100 |
---|---|---|
committer | Steffen Mueller <smueller@cpan.org> | 2013-02-12 14:43:23 +0100 |
commit | 2a0fd0f155aed18afc237bdd3a1060d373417d46 (patch) | |
tree | 4866ecfc10c3475d76ca45847cbabf3e7d278df0 /pod/perlguts.pod | |
parent | 32dfdabffd80768f78ed2a86fd906aa8a8615093 (diff) | |
download | perl-2a0fd0f155aed18afc237bdd3a1060d373417d46.tar.gz |
Custom ops may be experimental, but sure aren't new
Are they still experimental?
Diffstat (limited to 'pod/perlguts.pod')
-rw-r--r-- | pod/perlguts.pod | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/pod/perlguts.pod b/pod/perlguts.pod index 339ecce203..7cbaa365aa 100644 --- a/pod/perlguts.pod +++ b/pod/perlguts.pod @@ -2812,7 +2812,7 @@ a new string which is UTF-8 encoded, and then combine them. =head1 Custom Operators -Custom operator support is a new experimental feature that allows you to +Custom operator support is an experimental feature that allows you to define your own ops. This is primarily to allow the building of interpreters for other languages in the Perl core, but it also allows optimizations through the creation of "macro-ops" (ops which perform the |