summaryrefslogtreecommitdiff
path: root/pod/perl5110delta.pod
diff options
context:
space:
mode:
authorRafael Garcia-Suarez <rgarciasuarez@gmail.com>2009-07-22 11:24:12 +0200
committerRafael Garcia-Suarez <rgarciasuarez@gmail.com>2009-07-22 11:47:57 +0200
commit044c880baa63fb4bf60f4f7e97149fef90c3e4af (patch)
tree9c84cdefb3eacb99c6ba622ea7e58c923bdfc29f /pod/perl5110delta.pod
parent678ae90b5bfdcb408a7a5c2767d230d736624a6c (diff)
downloadperl-044c880baa63fb4bf60f4f7e97149fef90c3e4af.tar.gz
Document the yada yada operator in perldelta
Diffstat (limited to 'pod/perl5110delta.pod')
-rw-r--r--pod/perl5110delta.pod6
1 files changed, 6 insertions, 0 deletions
diff --git a/pod/perl5110delta.pod b/pod/perl5110delta.pod
index b4c2cdcf83..c7cb8ae8d6 100644
--- a/pod/perl5110delta.pod
+++ b/pod/perl5110delta.pod
@@ -156,6 +156,12 @@ L<TAP::Harness> needs to be able to schedule individual non-conflicting test
scripts itself, and there is no standard interface to C<make> utilities to
interact with their job schedulers.
+=head2 The C<...> operator
+
+A new operator, C<...>, nicknamed the Yada Yada operator, has been added.
+It is intended to mark placeholder code, that is not yet implemented.
+See L<perlop/"Yada Yada Operator">. (chromatic)
+
=head1 Modules and Pragmata
=head2 Pragmata Changes