# New Ticket Created by  Klaas-Jan Stol 
# Please include the string:  [perl #48549]
# in the subject line of all future correspondence about this issue. 
# <URL: http://rt.perl.org/rt3/Ticket/Display.html?id=48549 >


to specify a namespace, say, "foo", one would write:

.namespace ["foo"]

in order to have PIR switch (back) to the "root" namespace, you should
currently write

.namespace

which is ok, but more clear would be to write:

.namespace []


which just looks more consistent, IMHO.
A minor thing, but anything we can do to make PIR easier to read is a Good
Thing.
I think this change was also suggested by someone else in the last 2 months,
but I couldn't find any references.

comments welcome,
kjs

Reply via email to