Author: kjs
Date: Wed Dec 10 02:34:15 2008
New Revision: 33757
Modified:
trunk/DEPRECATED.pod
trunk/NEWS
Log:
[NEWS] updated NEWS regarding .endnamespace.
Also updated deprecated.pod.
Modified: trunk/DEPRECATED.pod
==============================================================================
--- trunk/DEPRECATED.pod (original)
+++ trunk/DEPRECATED.pod Wed Dec 10 02:34:15 2008
@@ -86,16 +86,6 @@
=over 4
-=item * C<#line> [post 0.6.4]
-
-Will be replaced by C<.line> to be more consistent with other PIR syntax.
-
-See RT #45857, RT #43269, and RT #47141.
-
-=item * C<<.namespace <identifier> >> syntax [post 0.5.1]
-
-See RT #48737.
-
=item * C<.namespace [ "a" .. "b" ]> [post 0.5.0]
See RT #46715.
@@ -152,7 +142,7 @@
=item * Subs marked with C<:vtable>/C<:method> aren't in namespace [post 0.8.2]
-Subs marked with C<:vtable> or C<:method> flags are no longer given a
+Subs marked with C<:vtable> or C<:method> flags are no longer given a
namespace entry by default. Use the C<:nsentry> flag to cause this
to happen. See RT #60586 and RT #53302.
Modified: trunk/NEWS
==============================================================================
--- trunk/NEWS (original)
+++ trunk/NEWS Wed Dec 10 02:34:15 2008
@@ -23,6 +23,7 @@
- .result is now .get_result
- .yield (in .begin/end_yield) is now .set_yield
- .return (in .begin/end_return) is now .set_return
+ - .namespace x / .endnamespace x syntax is removed
New in 0.8.1
- Implementation