Author: lwall
Date: 2009-05-30 21:00:14 +0200 (Sat, 30 May 2009)
New Revision: 26973

Modified:
   docs/Perl6/Spec/S12-objects.pod
   docs/Perl6/Spec/S31-pragmatic-modules.pod
   docs/Perl6/Spec/S32-setting-library/Containers.pod
Log:
s/MONKEY_PATCHING/MONKEY_TYPING/ because it's funnier, and goes with duck typing


Modified: docs/Perl6/Spec/S12-objects.pod
===================================================================
--- docs/Perl6/Spec/S12-objects.pod     2009-05-30 18:56:14 UTC (rev 26972)
+++ docs/Perl6/Spec/S12-objects.pod     2009-05-30 19:00:14 UTC (rev 26973)
@@ -1676,7 +1676,7 @@
 In order to discourage casual misuse of these declarators, they are not
 allowed on global classes unless you put a special declaration at the top:
 
-    use MONKEY_PATCHING;
+    use MONKEY_TYPING;
 
 For optimization purposes, PerlĀ 6 gives the top-level application the
 right to close and finalize classes by the use of C<oo>, a pragma for

Modified: docs/Perl6/Spec/S31-pragmatic-modules.pod
===================================================================
--- docs/Perl6/Spec/S31-pragmatic-modules.pod   2009-05-30 18:56:14 UTC (rev 
26972)
+++ docs/Perl6/Spec/S31-pragmatic-modules.pod   2009-05-30 19:00:14 UTC (rev 
26973)
@@ -49,7 +49,7 @@
 
 =item use m :foo -- see S05-regex.pod
 
-=item use MONKEY_PATCHING -- see S12-objects.pod
+=item use MONKEY_TYPING -- see S12-objects.pod
 
 =item use PDL -- see S09-data.pod
 

Modified: docs/Perl6/Spec/S32-setting-library/Containers.pod
===================================================================
--- docs/Perl6/Spec/S32-setting-library/Containers.pod  2009-05-30 18:56:14 UTC 
(rev 26972)
+++ docs/Perl6/Spec/S32-setting-library/Containers.pod  2009-05-30 19:00:14 UTC 
(rev 26973)
@@ -800,7 +800,7 @@
 
 Note this is a private method; you must arrange for yourself to be trusted
 by the junctions class in order to call it, which probably involves evil
-MONKEY_PATCHING.
+MONKEY_TYPING.
 
 Alternately, the values may be explicitly converted to a set value
 using C<.Set> or C<Set()>.  Note, however, that the set of eigenstates

Reply via email to