From: Rafael Garcia-Suarez <rgarciasuarez@gmail.com>
Date: Wed, 22 Jul 2009 09:24:12 +0000 (+0200)
Subject: Document the yada yada operator in perldelta
X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=044c880baa63fb4bf60f4f7e97149fef90c3e4af;p=p5sagit%2Fp5-mst-13.2.git

Document the yada yada operator in perldelta
---

diff --git a/pod/perl5110delta.pod b/pod/perl5110delta.pod
index b4c2cdc..c7cb8ae 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