projects
/
perl.git
/ commitdiff
free
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
(parent:
32dfdab
)
Custom ops may be experimental, but sure aren't new
author
Steffen Mueller <smueller@cpan.org>
Tue, 12 Feb 2013 13:42:51 +0000 (14:42 +0100)
committer
Steffen Mueller <smueller@cpan.org>
Tue, 12 Feb 2013 13:43:23 +0000 (14:43 +0100)
Are they still experimental?
pod/perlguts.pod
patch
|
blob
|
blame
|
history
diff --git
a/pod/perlguts.pod
b/pod/perlguts.pod
index
339ecce
..
7cbaa36
100644
(file)
--- 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