Author: coke
Date: Thu Nov  6 14:41:14 2008
New Revision: 32407

Modified:
   trunk/docs/pdds/pdd19_pir.pod

Changes in other areas also in this revision:
Modified:
   trunk/DEPRECATED.pod
   trunk/compilers/imcc/imcc.y
   trunk/compilers/imcc/imcparser.c
   trunk/compilers/pct/src/POST/Compiler.pir
   trunk/docs/art/pp003-oop.pod
   trunk/docs/book/ch04_pir_subroutines.pod
   trunk/docs/book/ch05_pasm.pod
   trunk/t/compilers/imcc/syn/objects.t

Log:
RT #48549 [DEPRECATED] [PDD19] .namespace requires brackets
Force .namespace to require brackets instead of allowing a bare directive.
Fixup PCT to emit this (verified that nqp and perl6 still pass all tests)
Update the documentation, fix the one core test that used the syntax.



Modified: trunk/docs/pdds/pdd19_pir.pod
==============================================================================
--- trunk/docs/pdds/pdd19_pir.pod       (original)
+++ trunk/docs/pdds/pdd19_pir.pod       Thu Nov  6 14:41:14 2008
@@ -316,9 +316,6 @@
 
 The brackets are not optional, although the key inside them is.
 
-{{ NOTE: currently the brackets *are* optional, so this is an
-implementation change. See RT #48549}}
-
 =item .loadlib 'lib_name'
 
 Load the given library at compile time, that is, as soon that line is

Reply via email to