[perl #48549] [RFC][PIR] Let .namespace (no args) have empty brackets

2008-04-04 Thread Andrew Whitworth via RT
My yacc is a little fuzzy (I made a funny!), but I think this simple little patch here should do the trick. I included two patch files, depending on how much you want to change. imccnamespacefix.patch: This fixes the brackets issue for the IMCC bison file. I don't have bison on my system, so I cou

[perl #48549] [RFC][PIR] Let .namespace (no args) have empty brackets

2008-03-25 Thread Will Coleda via RT
On Thu Dec 13 08:04:00 2007, kjs wrote: > 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 []